| Index: Source/WebCore/Modules/webdatabase/SQLResultSetRowList.cpp
|
| diff --git a/Source/WebCore/Modules/webdatabase/SQLResultSetRowList.cpp b/Source/WebCore/Modules/webdatabase/SQLResultSetRowList.cpp
|
| index c99b40a567effa24831695e98b24d2a40d5cf558..5b5b94305c31bde44187ead8c3c9502056910d06 100644
|
| --- a/Source/WebCore/Modules/webdatabase/SQLResultSetRowList.cpp
|
| +++ b/Source/WebCore/Modules/webdatabase/SQLResultSetRowList.cpp
|
| @@ -29,8 +29,6 @@
|
| #include "config.h"
|
| #include "SQLResultSetRowList.h"
|
|
|
| -#if ENABLE(SQL_DATABASE)
|
| -
|
| namespace WebCore {
|
|
|
| unsigned SQLResultSetRowList::length() const
|
| @@ -44,5 +42,3 @@ unsigned SQLResultSetRowList::length() const
|
| }
|
|
|
| }
|
| -
|
| -#endif
|
|
|