| Index: Source/WebCore/Modules/webdatabase/AbstractSQLStatementBackend.h
|
| diff --git a/Source/WebCore/Modules/webdatabase/AbstractSQLStatementBackend.h b/Source/WebCore/Modules/webdatabase/AbstractSQLStatementBackend.h
|
| index 0450763226e1afa8ca0cd960521e9697afecff50..38dc2e467098f94e3afbad5b77b277d89e9882e3 100644
|
| --- a/Source/WebCore/Modules/webdatabase/AbstractSQLStatementBackend.h
|
| +++ b/Source/WebCore/Modules/webdatabase/AbstractSQLStatementBackend.h
|
| @@ -26,8 +26,6 @@
|
| #ifndef AbstractSQLStatementBackend_h
|
| #define AbstractSQLStatementBackend_h
|
|
|
| -#if ENABLE(SQL_DATABASE)
|
| -
|
| #include "SQLError.h"
|
| #include "SQLResultSet.h"
|
| #include <wtf/ThreadSafeRefCounted.h>
|
| @@ -44,6 +42,4 @@ public:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(SQL_DATABASE)
|
| -
|
| #endif // AbstractSQLStatementBackend_h
|
|
|