| Index: Source/WebCore/Modules/webdatabase/SQLResultSet.h
|
| diff --git a/Source/WebCore/Modules/webdatabase/SQLResultSet.h b/Source/WebCore/Modules/webdatabase/SQLResultSet.h
|
| index 28ea431785685e84421db4b735e8b0ed2cd9b5aa..d8764126b38946c47c97eca26ce9d0e70c0fb92b 100644
|
| --- a/Source/WebCore/Modules/webdatabase/SQLResultSet.h
|
| +++ b/Source/WebCore/Modules/webdatabase/SQLResultSet.h
|
| @@ -29,8 +29,6 @@
|
| #ifndef SQLResultSet_h
|
| #define SQLResultSet_h
|
|
|
| -#if ENABLE(SQL_DATABASE)
|
| -
|
| #include "DatabaseBasicTypes.h"
|
| #include "SQLResultSetRowList.h"
|
| #include <wtf/ThreadSafeRefCounted.h>
|
| @@ -61,6 +59,4 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif
|
| -
|
| #endif // SQLResultSet_h
|
|
|