summaryrefslogtreecommitdiffstats
path: root/WebCore/fileapi/FileException.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/fileapi/FileException.h')
-rw-r--r--WebCore/fileapi/FileException.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/fileapi/FileException.h b/WebCore/fileapi/FileException.h
index 4419eb7..e90ab90 100644
--- a/WebCore/fileapi/FileException.h
+++ b/WebCore/fileapi/FileException.h
@@ -31,7 +31,7 @@
#ifndef FileException_h
#define FileException_h
-#if ENABLE(BLOB) || ENABLE(FILE_WRITER)
+#if ENABLE(BLOB) || ENABLE(FILE_SYSTEM)
#include "ExceptionBase.h"
@@ -60,7 +60,7 @@ private:
} // namespace WebCore
-#endif // ENABLE(BLOB) || ENABLE(FILE_WRITER)
+#endif // ENABLE(BLOB) || ENABLE(FILE_SYSTEM)
#endif // FileException_h