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