diff options
Diffstat (limited to 'WebCore/storage/SQLTransactionClient.h')
-rw-r--r-- | WebCore/storage/SQLTransactionClient.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/storage/SQLTransactionClient.h b/WebCore/storage/SQLTransactionClient.h index e822594..801647b 100644 --- a/WebCore/storage/SQLTransactionClient.h +++ b/WebCore/storage/SQLTransactionClient.h @@ -31,6 +31,8 @@ #ifndef SQLTransactionClient_h #define SQLTransactionClient_h +#if ENABLE(DATABASE) + #include <wtf/Noncopyable.h> namespace WebCore { @@ -47,4 +49,6 @@ namespace WebCore { }; } +#endif // ENABLE(DATABASE) + #endif // SQLTransactionClient_h |