summaryrefslogtreecommitdiffstats
path: root/WebCore/storage/OriginQuotaManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/storage/OriginQuotaManager.h')
-rw-r--r--WebCore/storage/OriginQuotaManager.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/storage/OriginQuotaManager.h b/WebCore/storage/OriginQuotaManager.h
index 81a29e5..2e3615d 100644
--- a/WebCore/storage/OriginQuotaManager.h
+++ b/WebCore/storage/OriginQuotaManager.h
@@ -29,6 +29,8 @@
#ifndef OriginQuotaManager_h
#define OriginQuotaManager_h
+#if ENABLE(DATABASE)
+
#include "StringHash.h"
#include "SecurityOriginHash.h"
#include <wtf/HashMap.h>
@@ -67,4 +69,6 @@ private:
} // namespace WebCore
+#endif // ENABLE(DATABASE)
+
#endif // OriginQuotaManager_h