| Index: Source/WebCore/bindings/v8/custom/V8SQLTransactionCustom.cpp
|
| diff --git a/Source/WebCore/bindings/v8/custom/V8SQLTransactionCustom.cpp b/Source/WebCore/bindings/v8/custom/V8SQLTransactionCustom.cpp
|
| index 1ef89e78074bdab52bdf5cc5bea59f02f496e227..8d1884a913e6a20660a89ce805063ab11d294714 100644
|
| --- a/Source/WebCore/bindings/v8/custom/V8SQLTransactionCustom.cpp
|
| +++ b/Source/WebCore/bindings/v8/custom/V8SQLTransactionCustom.cpp
|
| @@ -30,8 +30,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SQL_DATABASE)
|
| -
|
| #include "V8SQLTransaction.h"
|
|
|
| #include "Database.h"
|
| @@ -110,5 +108,3 @@ v8::Handle<v8::Value> V8SQLTransaction::executeSqlMethodCustom(const v8::Argumen
|
| }
|
|
|
| } // namespace WebCore
|
| -
|
| -#endif
|
|
|