| Index: Source/WebCore/Modules/webdatabase/DOMWindowWebDatabase.h
|
| diff --git a/Source/WebCore/Modules/webdatabase/DOMWindowWebDatabase.h b/Source/WebCore/Modules/webdatabase/DOMWindowWebDatabase.h
|
| index 96b6cfc958896d9973dd00990f60ef2ef90ee6da..e8d47f9603655e8bf97b5473031d74c59ec1130c 100644
|
| --- a/Source/WebCore/Modules/webdatabase/DOMWindowWebDatabase.h
|
| +++ b/Source/WebCore/Modules/webdatabase/DOMWindowWebDatabase.h
|
| @@ -27,7 +27,6 @@
|
| #ifndef DOMWindowWebDatabase_h
|
| #define DOMWindowWebDatabase_h
|
|
|
| -#if ENABLE(SQL_DATABASE)
|
| #include "ExceptionCode.h"
|
| #include <wtf/PassRefPtr.h>
|
| #include <wtf/RefCounted.h>
|
| @@ -52,6 +51,4 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(SQL_DATABASE)
|
| -
|
| #endif // DOMWindowWebDatabase_h
|
|
|