| Index: Source/WebCore/Modules/webdatabase/SQLCallbackWrapper.h
|
| diff --git a/Source/WebCore/Modules/webdatabase/SQLCallbackWrapper.h b/Source/WebCore/Modules/webdatabase/SQLCallbackWrapper.h
|
| index c184a3738053824e277a5008bea74a5c43da3670..894782b8567fc13067a2f37eb5b989c91e119435 100644
|
| --- a/Source/WebCore/Modules/webdatabase/SQLCallbackWrapper.h
|
| +++ b/Source/WebCore/Modules/webdatabase/SQLCallbackWrapper.h
|
| @@ -28,8 +28,6 @@
|
| #ifndef SQLCallbackWrapper_h
|
| #define SQLCallbackWrapper_h
|
|
|
| -#if ENABLE(SQL_DATABASE)
|
| -
|
| #include "ScriptExecutionContext.h"
|
| #include <wtf/ThreadingPrimitives.h>
|
|
|
| @@ -120,6 +118,4 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(SQL_DATABASE)
|
| -
|
| #endif // SQLCallbackWrapper_h
|
|
|