summaryrefslogtreecommitdiff
path: root/Source/WebKit2/UIProcess/WebDatabaseManagerProxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit2/UIProcess/WebDatabaseManagerProxy.h')
-rw-r--r--Source/WebKit2/UIProcess/WebDatabaseManagerProxy.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/WebKit2/UIProcess/WebDatabaseManagerProxy.h b/Source/WebKit2/UIProcess/WebDatabaseManagerProxy.h
index d70011c38..fe920bb03 100644
--- a/Source/WebKit2/UIProcess/WebDatabaseManagerProxy.h
+++ b/Source/WebKit2/UIProcess/WebDatabaseManagerProxy.h
@@ -26,6 +26,8 @@
#ifndef WebDatabaseManagerProxy_h
#define WebDatabaseManagerProxy_h
+#if ENABLE(SQL_DATABASE)
+
#include "APIObject.h"
#include "Arguments.h"
#include "GenericCallback.h"
@@ -99,4 +101,6 @@ private:
} // namespace WebKit
+#endif // ENABLE(SQL_DATABASE)
+
#endif // DatabaseManagerProxy_h