summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/ExceptionCode.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/ExceptionCode.h')
-rw-r--r--WebCore/dom/ExceptionCode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/dom/ExceptionCode.h b/WebCore/dom/ExceptionCode.h
index ed15a2e..cbbf650 100644
--- a/WebCore/dom/ExceptionCode.h
+++ b/WebCore/dom/ExceptionCode.h
@@ -61,7 +61,7 @@ namespace WebCore {
// Introduced in File API:
// http://www.w3.org/TR/file-upload/#dfn-fileerror
-#if ENABLE(BLOB) || ENABLE(FILE_WRITER)
+#if ENABLE(BLOB) || ENABLE(FILE_SYSTEM)
NOT_READABLE_ERR = 24,
ENCODING_ERR = 26,
#endif