summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/v8/custom/V8CustomSQLStatementCallback.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bindings/v8/custom/V8CustomSQLStatementCallback.h')
-rw-r--r--WebCore/bindings/v8/custom/V8CustomSQLStatementCallback.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/bindings/v8/custom/V8CustomSQLStatementCallback.h b/WebCore/bindings/v8/custom/V8CustomSQLStatementCallback.h
index 5c4b368..58ee943 100644
--- a/WebCore/bindings/v8/custom/V8CustomSQLStatementCallback.h
+++ b/WebCore/bindings/v8/custom/V8CustomSQLStatementCallback.h
@@ -31,6 +31,8 @@
#ifndef V8CustomSQLStatementCallback_h
#define V8CustomSQLStatementCallback_h
+#if ENABLE(DATABASE)
+
#include "SQLStatementCallback.h"
#include <v8.h>
#include <wtf/PassRefPtr.h>
@@ -59,4 +61,6 @@ private:
} // namespace WebCore
+#endif
+
#endif // V8CustomSQLStatementCallback_h