| Index: Source/WebCore/Modules/webdatabase/DOMWindowWebDatabase.cpp
|
| diff --git a/Source/WebCore/Modules/webdatabase/DOMWindowWebDatabase.cpp b/Source/WebCore/Modules/webdatabase/DOMWindowWebDatabase.cpp
|
| index 8ccaa5a800fbf85c4de8683e750d2c10322b8708..679995a429bb3a6b8f1b0aa54e5eb950c866b368 100644
|
| --- a/Source/WebCore/Modules/webdatabase/DOMWindowWebDatabase.cpp
|
| +++ b/Source/WebCore/Modules/webdatabase/DOMWindowWebDatabase.cpp
|
| @@ -26,8 +26,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SQL_DATABASE)
|
| -
|
| #include "DOMWindowWebDatabase.h"
|
|
|
| #include "DOMWindow.h"
|
| @@ -59,5 +57,3 @@ PassRefPtr<Database> DOMWindowWebDatabase::openDatabase(DOMWindow* window, const
|
| }
|
|
|
| } // namespace WebCore
|
| -
|
| -#endif // ENABLE(SQL_DATABASE)
|
|
|