diff options
Diffstat (limited to 'WebCore/storage/SQLTransaction.cpp')
-rw-r--r-- | WebCore/storage/SQLTransaction.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/storage/SQLTransaction.cpp b/WebCore/storage/SQLTransaction.cpp index 5820d7f..aa22d11 100644 --- a/WebCore/storage/SQLTransaction.cpp +++ b/WebCore/storage/SQLTransaction.cpp @@ -29,6 +29,8 @@ #include "config.h" #include "SQLTransaction.h" +#if ENABLE(DATABASE) + #include "ChromeClient.h" #include "Database.h" #include "DatabaseAuthorizer.h" @@ -548,3 +550,5 @@ void SQLTransaction::cleanupAfterTransactionErrorCallback() } } // namespace WebCore + +#endif // ENABLE(DATABASE) |