summaryrefslogtreecommitdiffstats
path: root/WebCore/storage/DatabaseTrackerClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/storage/DatabaseTrackerClient.h')
-rw-r--r--WebCore/storage/DatabaseTrackerClient.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/storage/DatabaseTrackerClient.h b/WebCore/storage/DatabaseTrackerClient.h
index f9b0f70..b43123c 100644
--- a/WebCore/storage/DatabaseTrackerClient.h
+++ b/WebCore/storage/DatabaseTrackerClient.h
@@ -28,6 +28,8 @@
#ifndef DatabaseTrackerClient_h
#define DatabaseTrackerClient_h
+#if ENABLE(DATABASE)
+
namespace WebCore {
class SecurityOrigin;
@@ -42,4 +44,6 @@ public:
} // namespace WebCore
+#endif
+
#endif // DatabaseTrackerClient_h