summaryrefslogtreecommitdiffstats
path: root/WebCore/storage/SQLTransactionErrorCallback.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/storage/SQLTransactionErrorCallback.h')
-rw-r--r--WebCore/storage/SQLTransactionErrorCallback.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/storage/SQLTransactionErrorCallback.h b/WebCore/storage/SQLTransactionErrorCallback.h
index 2890556..b44255f 100644
--- a/WebCore/storage/SQLTransactionErrorCallback.h
+++ b/WebCore/storage/SQLTransactionErrorCallback.h
@@ -29,6 +29,8 @@
#ifndef SQLTransactionErrorCallback_h
#define SQLTransactionErrorCallback_h
+#if ENABLE(DATABASE)
+
#include <wtf/Threading.h>
namespace WebCore {
@@ -43,6 +45,8 @@ namespace WebCore {
}
+#endif
+
#endif // SQLTransactionErrorCallback_h