summaryrefslogtreecommitdiffstats
path: root/WebCore/storage/SQLStatement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/storage/SQLStatement.cpp')
-rw-r--r--WebCore/storage/SQLStatement.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/storage/SQLStatement.cpp b/WebCore/storage/SQLStatement.cpp
index 9bd62dd..9160c4e 100644
--- a/WebCore/storage/SQLStatement.cpp
+++ b/WebCore/storage/SQLStatement.cpp
@@ -28,6 +28,8 @@
#include "config.h"
#include "SQLStatement.h"
+#if ENABLE(DATABASE)
+
#include "Database.h"
#include "DatabaseAuthorizer.h"
#include "Logging.h"
@@ -195,3 +197,5 @@ bool SQLStatement::lastExecutionFailedDueToQuota() const
}
} // namespace WebCore
+
+#endif // ENABLE(DATABASE)