diff options
Diffstat (limited to 'Source/WebCore/fileapi/FileThread.h')
| -rw-r--r-- | Source/WebCore/fileapi/FileThread.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/fileapi/FileThread.h b/Source/WebCore/fileapi/FileThread.h index 6c3255b57..d4e24bca3 100644 --- a/Source/WebCore/fileapi/FileThread.h +++ b/Source/WebCore/fileapi/FileThread.h @@ -31,7 +31,7 @@ #ifndef FileThread_h #define FileThread_h -#if ENABLE(BLOB) || ENABLE(FILE_SYSTEM) +#if ENABLE(BLOB) #include <wtf/MessageQueue.h> #include <wtf/PassOwnPtr.h> @@ -84,6 +84,6 @@ private: } // namespace WebCore -#endif // ENABLE(BLOB) || ENABLE(FILE_SYSTEM) +#endif // ENABLE(BLOB) #endif // FileThread_h |
