summaryrefslogtreecommitdiffstats
path: root/WebCore/html/FileReader.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/FileReader.idl')
-rw-r--r--WebCore/html/FileReader.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/html/FileReader.idl b/WebCore/html/FileReader.idl
index b933f51..ad0e187 100644
--- a/WebCore/html/FileReader.idl
+++ b/WebCore/html/FileReader.idl
@@ -34,7 +34,8 @@ module html {
CanBeConstructed,
CallWith=ScriptExecutionContext,
EventTarget,
- NoStaticTables
+ NoStaticTables,
+ DontCheckEnums
] FileReader {
// ready states
const unsigned short EMPTY = 0;