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