| Index: Source/WebCore/Modules/webdatabase/SQLTransaction.h
|
| diff --git a/Source/WebCore/Modules/webdatabase/SQLTransaction.h b/Source/WebCore/Modules/webdatabase/SQLTransaction.h
|
| index e18a536da0850d698554d9cf3ccec531bdb9c714..4056590cc7041b5716d5c659bf78e83d776963cf 100644
|
| --- a/Source/WebCore/Modules/webdatabase/SQLTransaction.h
|
| +++ b/Source/WebCore/Modules/webdatabase/SQLTransaction.h
|
| @@ -29,8 +29,6 @@
|
| #ifndef SQLTransaction_h
|
| #define SQLTransaction_h
|
|
|
| -#if ENABLE(SQL_DATABASE)
|
| -
|
| #include "AbstractSQLTransaction.h"
|
| #include "SQLCallbackWrapper.h"
|
| #include "SQLStatement.h"
|
| @@ -107,6 +105,4 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif
|
| -
|
| #endif // SQLTransaction_h
|
|
|