| Index: Source/WebCore/bindings/v8/custom/V8SQLTransactionSyncCustom.cpp
|
| diff --git a/Source/WebCore/bindings/v8/custom/V8SQLTransactionSyncCustom.cpp b/Source/WebCore/bindings/v8/custom/V8SQLTransactionSyncCustom.cpp
|
| index 26b980bc2fd9253054ef7e22d7782e0a0d5d9cb2..4b8fa52b13a088c0984f4cfa05092926a13a3223 100644
|
| --- a/Source/WebCore/bindings/v8/custom/V8SQLTransactionSyncCustom.cpp
|
| +++ b/Source/WebCore/bindings/v8/custom/V8SQLTransactionSyncCustom.cpp
|
| @@ -30,8 +30,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SQL_DATABASE)
|
| -
|
| #include "V8SQLTransactionSync.h"
|
|
|
| #include "DatabaseSync.h"
|
| @@ -94,5 +92,3 @@ v8::Handle<v8::Value> V8SQLTransactionSync::executeSqlMethodCustom(const v8::Arg
|
| }
|
|
|
| } // namespace WebCore
|
| -
|
| -#endif
|
|
|