| Index: Source/WebCore/Modules/webdatabase/SQLTransactionStateMachine.h
|
| diff --git a/Source/WebCore/Modules/webdatabase/SQLTransactionStateMachine.h b/Source/WebCore/Modules/webdatabase/SQLTransactionStateMachine.h
|
| index fff11a8ce8ccf73aaa71e1fca6eb2dbcb0ead763..20a89d59939750c67c1d3f67e4a92db9ea697c28 100644
|
| --- a/Source/WebCore/Modules/webdatabase/SQLTransactionStateMachine.h
|
| +++ b/Source/WebCore/Modules/webdatabase/SQLTransactionStateMachine.h
|
| @@ -26,8 +26,6 @@
|
| #ifndef SQLTransactionStateMachine_h
|
| #define SQLTransactionStateMachine_h
|
|
|
| -#if ENABLE(SQL_DATABASE)
|
| -
|
| #include "SQLTransactionState.h"
|
| #include <wtf/ThreadSafeRefCounted.h>
|
|
|
| @@ -107,6 +105,4 @@ void SQLTransactionStateMachine<T>::runStateMachine()
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(SQL_DATABASE)
|
| -
|
| #endif // SQLTransactionStateMachine_h
|
|
|