summaryrefslogtreecommitdiffstats
path: root/WebCore/storage/SQLError.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/storage/SQLError.h')
-rw-r--r--WebCore/storage/SQLError.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/storage/SQLError.h b/WebCore/storage/SQLError.h
index 69c1228..b6ebb5c 100644
--- a/WebCore/storage/SQLError.h
+++ b/WebCore/storage/SQLError.h
@@ -29,6 +29,8 @@
#ifndef SQLError_h
#define SQLError_h
+#if ENABLE(DATABASE)
+
#include "PlatformString.h"
#include <wtf/Threading.h>
@@ -49,4 +51,6 @@ private:
}
+#endif
+
#endif // SQLError_h