| Index: Source/WebCore/Modules/webdatabase/SQLTransactionStateMachine.cpp
|
| diff --git a/Source/WebCore/Modules/webdatabase/SQLTransactionStateMachine.cpp b/Source/WebCore/Modules/webdatabase/SQLTransactionStateMachine.cpp
|
| index 194f862b4a979ef132245872904b1e64dc94f3e9..ccd8940335f4b0c0a08547e829a5a868c42847dd 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 <wtf/Assertions.h>
|
|
|
| @@ -70,5 +68,3 @@ const char* nameForSQLTransactionState(SQLTransactionState state)
|
| #endif
|
|
|
| } // namespace WebCore
|
| -
|
| -#endif // ENABLE(SQL_DATABASE)
|
|
|