summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/v8/custom/V8SQLTransactionCustom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bindings/v8/custom/V8SQLTransactionCustom.cpp')
-rw-r--r--WebCore/bindings/v8/custom/V8SQLTransactionCustom.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/WebCore/bindings/v8/custom/V8SQLTransactionCustom.cpp b/WebCore/bindings/v8/custom/V8SQLTransactionCustom.cpp
index 3ca797c..fca60a0 100644
--- a/WebCore/bindings/v8/custom/V8SQLTransactionCustom.cpp
+++ b/WebCore/bindings/v8/custom/V8SQLTransactionCustom.cpp
@@ -30,6 +30,8 @@
#include "config.h"
+#if ENABLE(DATABASE)
+
#include "v8_binding.h"
#include "v8_custom.h"
#include "v8_proxy.h"
@@ -112,3 +114,6 @@ CALLBACK_FUNC_DECL(SQLTransactionExecuteSql)
}
} // namespace WebCore
+
+#endif
+