diff options
author | Lorry Tar Creator <lorry-tar-importer@lorry> | 2015-05-20 09:56:07 +0000 |
---|---|---|
committer | Lorry Tar Creator <lorry-tar-importer@lorry> | 2015-05-20 09:56:07 +0000 |
commit | 41386e9cb918eed93b3f13648cbef387e371e451 (patch) | |
tree | a97f9d7bd1d9d091833286085f72da9d83fd0606 /Source/WebCore/Modules/webdatabase/SQLTransactionStateMachine.cpp | |
parent | e15dd966d523731101f70ccf768bba12435a0208 (diff) | |
download | WebKitGtk-tarball-41386e9cb918eed93b3f13648cbef387e371e451.tar.gz |
webkitgtk-2.4.9webkitgtk-2.4.9
Diffstat (limited to 'Source/WebCore/Modules/webdatabase/SQLTransactionStateMachine.cpp')
-rw-r--r-- | Source/WebCore/Modules/webdatabase/SQLTransactionStateMachine.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/WebCore/Modules/webdatabase/SQLTransactionStateMachine.cpp b/Source/WebCore/Modules/webdatabase/SQLTransactionStateMachine.cpp index ccd894033..194f862b4 100644 --- a/Source/WebCore/Modules/webdatabase/SQLTransactionStateMachine.cpp +++ b/Source/WebCore/Modules/webdatabase/SQLTransactionStateMachine.cpp @@ -26,6 +26,8 @@ #include "config.h" #include "SQLTransactionStateMachine.h" +#if ENABLE(SQL_DATABASE) + #include "Logging.h" #include <wtf/Assertions.h> @@ -68,3 +70,5 @@ const char* nameForSQLTransactionState(SQLTransactionState state) #endif } // namespace WebCore + +#endif // ENABLE(SQL_DATABASE) |