| Index: Source/WebCore/bindings/v8/custom/V8CustomSQLStatementErrorCallback.cpp
|
| diff --git a/Source/WebCore/bindings/v8/custom/V8CustomSQLStatementErrorCallback.cpp b/Source/WebCore/bindings/v8/custom/V8CustomSQLStatementErrorCallback.cpp
|
| index aa8ed459b52248e760ac4062f0d62b64d92158eb..688554eeff48129c6dae506bc564f87ec1e3dcf6 100644
|
| --- a/Source/WebCore/bindings/v8/custom/V8CustomSQLStatementErrorCallback.cpp
|
| +++ b/Source/WebCore/bindings/v8/custom/V8CustomSQLStatementErrorCallback.cpp
|
| @@ -30,8 +30,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SQL_DATABASE)
|
| -
|
| #include "V8SQLStatementErrorCallback.h"
|
|
|
| #include "ScriptExecutionContext.h"
|
| @@ -77,5 +75,3 @@ bool V8SQLStatementErrorCallback::handleEvent(SQLTransaction* transaction, SQLEr
|
| }
|
|
|
| } // namespace WebCore
|
| -
|
| -#endif
|
|
|