| Index: Source/WebCore/bindings/v8/custom/V8SQLResultSetRowListCustom.cpp
|
| diff --git a/Source/WebCore/bindings/v8/custom/V8SQLResultSetRowListCustom.cpp b/Source/WebCore/bindings/v8/custom/V8SQLResultSetRowListCustom.cpp
|
| index f05ed7d99aee53ecbad06511f2f14117d444835d..bb1447e0fe41af57e6f49457d328966a51bca7f3 100644
|
| --- a/Source/WebCore/bindings/v8/custom/V8SQLResultSetRowListCustom.cpp
|
| +++ b/Source/WebCore/bindings/v8/custom/V8SQLResultSetRowListCustom.cpp
|
| @@ -30,7 +30,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SQL_DATABASE)
|
| #include "V8SQLResultSetRowList.h"
|
|
|
| #include "SQLResultSetRowList.h"
|
| @@ -80,5 +79,3 @@ v8::Handle<v8::Value> V8SQLResultSetRowList::itemMethodCustom(const v8::Argument
|
| }
|
|
|
| } // namespace WebCore
|
| -
|
| -#endif
|
|
|