diff options
Diffstat (limited to 'WebCore/html/FileReader.idl')
-rw-r--r-- | WebCore/html/FileReader.idl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/html/FileReader.idl b/WebCore/html/FileReader.idl index fb3b979..b36e9d3 100644 --- a/WebCore/html/FileReader.idl +++ b/WebCore/html/FileReader.idl @@ -34,8 +34,7 @@ module html { CanBeConstructed, CallWith=ScriptExecutionContext, EventTarget, - NoStaticTables, - DontCheckEnums + NoStaticTables ] FileReader { // ready states const unsigned short EMPTY = 0; |