| Index: Source/WebCore/Modules/webdatabase/AbstractSQLStatement.h
|
| diff --git a/Source/WebCore/Modules/webdatabase/AbstractSQLStatement.h b/Source/WebCore/Modules/webdatabase/AbstractSQLStatement.h
|
| index 2196a9fc80e096ada3b8282f26ea23edfa3df87d..4242164888ad5c05ab6593421f22f7c05adda095 100644
|
| --- a/Source/WebCore/Modules/webdatabase/AbstractSQLStatement.h
|
| +++ b/Source/WebCore/Modules/webdatabase/AbstractSQLStatement.h
|
| @@ -26,8 +26,6 @@
|
| #ifndef AbstractSQLStatement_h
|
| #define AbstractSQLStatement_h
|
|
|
| -#if ENABLE(SQL_DATABASE)
|
| -
|
| #include <wtf/ThreadSafeRefCounted.h>
|
|
|
| namespace WebCore {
|
| @@ -46,6 +44,4 @@ public:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(SQL_DATABASE)
|
| -
|
| #endif // AbstractSQLStatement_h
|
|
|