From 1bf1084f2b10c3b47fd1a588d85d21ed0eb41d0c Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 27 Jun 2017 06:07:23 +0000 Subject: webkitgtk-2.16.5 --- Source/WebCore/Modules/webdatabase/SQLTransactionStateMachine.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Source/WebCore/Modules/webdatabase/SQLTransactionStateMachine.cpp') diff --git a/Source/WebCore/Modules/webdatabase/SQLTransactionStateMachine.cpp b/Source/WebCore/Modules/webdatabase/SQLTransactionStateMachine.cpp index 194f862b4..ccd894033 100644 --- a/Source/WebCore/Modules/webdatabase/SQLTransactionStateMachine.cpp +++ b/Source/WebCore/Modules/webdatabase/SQLTransactionStateMachine.cpp @@ -26,8 +26,6 @@ #include "config.h" #include "SQLTransactionStateMachine.h" -#if ENABLE(SQL_DATABASE) - #include "Logging.h" #include @@ -70,5 +68,3 @@ const char* nameForSQLTransactionState(SQLTransactionState state) #endif } // namespace WebCore - -#endif // ENABLE(SQL_DATABASE) -- cgit v1.2.1