summaryrefslogtreecommitdiffstats
path: root/WebCore/storage/SQLTransaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/storage/SQLTransaction.h')
-rw-r--r--WebCore/storage/SQLTransaction.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/storage/SQLTransaction.h b/WebCore/storage/SQLTransaction.h
index 87d438e..e269495 100644
--- a/WebCore/storage/SQLTransaction.h
+++ b/WebCore/storage/SQLTransaction.h
@@ -28,6 +28,8 @@
#ifndef SQLTransaction_h
#define SQLTransaction_h
+#if ENABLE(DATABASE)
+
#include <wtf/Threading.h>
#include "SQLiteTransaction.h"
@@ -128,4 +130,6 @@ private:
} // namespace WebCore
+#endif
+
#endif // SQLTransaction_h