| Index: Source/WebCore/Modules/webdatabase/SQLResultSetRowList.h
|
| diff --git a/Source/WebCore/Modules/webdatabase/SQLResultSetRowList.h b/Source/WebCore/Modules/webdatabase/SQLResultSetRowList.h
|
| index 45d88b6eff86807db09ba95a516c11ecbe38fdb9..541b7968c7a357d8ef097c69a9f39c877e08adc9 100644
|
| --- a/Source/WebCore/Modules/webdatabase/SQLResultSetRowList.h
|
| +++ b/Source/WebCore/Modules/webdatabase/SQLResultSetRowList.h
|
| @@ -29,8 +29,6 @@
|
| #ifndef SQLResultSetRowList_h
|
| #define SQLResultSetRowList_h
|
|
|
| -#if ENABLE(SQL_DATABASE)
|
| -
|
| #include <wtf/PassRefPtr.h>
|
| #include <wtf/RefCounted.h>
|
| #include "SQLValue.h"
|
| @@ -59,5 +57,3 @@ private:
|
| }
|
|
|
| #endif
|
| -
|
| -#endif
|
|
|