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.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/html/FileError.idl b/WebCore/html/FileError.idl
index 6c2b08c..adc25e8 100644
--- a/WebCore/html/FileError.idl
+++ b/WebCore/html/FileError.idl
@@ -32,8 +32,10 @@ module html {
interface [
Conditional=FILE_READER|FILE_WRITER
] FileError {
+#if !defined(LANGUAGE_OBJECTIVE_C)
const unsigned short NO_MODIFICATION_ALLOWED_ERR = 7;
const unsigned short NOT_FOUND_ERR = 8;
+#endif
const unsigned short SECURITY_ERR = 18;
const unsigned short ABORT_ERR = 20;
const unsigned short NOT_READABLE_ERR = 24;