https://bugs.webkit.org/show_bug.cgi?id=81391
Patch by Mark Pilgrim <pilgrim@chromium.org> on 2012-03-16
Reviewed by Adam Barth.
No new tests, all existing tests pass.
* fileapi/OperationNotAllowedException.idl:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@111074
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2012-03-16 Mark Pilgrim <pilgrim@chromium.org>
+
+ Collapse ENABLE(BLOB)|ENABLE(FILE_SYSTEM) to just ENABLE(BLOB) in OperationNotAllowedException.idl
+ https://bugs.webkit.org/show_bug.cgi?id=81391
+
+ Reviewed by Adam Barth.
+
+ No new tests, all existing tests pass.
+
+ * fileapi/OperationNotAllowedException.idl:
+
2012-03-16 Emil A Eklund <eae@chromium.org>
Fix rounding and usage of LayoutUnits in RenderBoxModelObject
module html {
interface [
- Conditional=BLOB|FILE_SYSTEM,
+ Conditional=BLOB,
DoNotCheckConstants,
JSNoStaticTables
] OperationNotAllowedException {