summaryrefslogtreecommitdiffstats
path: root/WebCore/fileapi/FileThread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/fileapi/FileThread.cpp')
-rw-r--r--WebCore/fileapi/FileThread.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/fileapi/FileThread.cpp b/WebCore/fileapi/FileThread.cpp
index 4e48cfb..4d55630 100644
--- a/WebCore/fileapi/FileThread.cpp
+++ b/WebCore/fileapi/FileThread.cpp
@@ -30,7 +30,7 @@
#include "config.h"
-#if ENABLE(BLOB) || ENABLE(FILE_WRITER)
+#if ENABLE(BLOB) || ENABLE(FILE_SYSTEM)
#include "FileThread.h"
@@ -116,4 +116,4 @@ void* FileThread::runLoop()
} // namespace WebCore
-#endif // ENABLE(BLOB) || ENABLE(FILE_WRITER)
+#endif // ENABLE(BLOB) || ENABLE(FILE_SYSTEM)