summaryrefslogtreecommitdiffstats
path: root/WebCore/html/FileError.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/FileError.idl')
-rw-r--r--WebCore/html/FileError.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/html/FileError.idl b/WebCore/html/FileError.idl
index adc25e8..555d103 100644
--- a/WebCore/html/FileError.idl
+++ b/WebCore/html/FileError.idl
@@ -30,7 +30,8 @@
module html {
interface [
- Conditional=FILE_READER|FILE_WRITER
+ Conditional=FILE_READER|FILE_WRITER,
+ DontCheckEnums
] FileError {
#if !defined(LANGUAGE_OBJECTIVE_C)
const unsigned short NO_MODIFICATION_ALLOWED_ERR = 7;