summaryrefslogtreecommitdiffstats
path: root/WebCore/storage/DatabaseThread.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/storage/DatabaseThread.h')
-rw-r--r--WebCore/storage/DatabaseThread.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/storage/DatabaseThread.h b/WebCore/storage/DatabaseThread.h
index 460ffde..9f13c33 100644
--- a/WebCore/storage/DatabaseThread.h
+++ b/WebCore/storage/DatabaseThread.h
@@ -28,6 +28,7 @@
#ifndef DatabaseThread_h
#define DatabaseThread_h
+#if ENABLE(DATABASE)
#include <wtf/Deque.h>
#include <wtf/HashMap.h>
#include <wtf/HashSet.h>
@@ -70,4 +71,5 @@ private:
} // namespace WebCore
+#endif // ENABLE(DATABASE)
#endif // DatabaseThread_h