| Index: Source/WebCore/Modules/webdatabase/SQLTransactionCallback.h
|
| diff --git a/Source/WebCore/Modules/webdatabase/SQLTransactionCallback.h b/Source/WebCore/Modules/webdatabase/SQLTransactionCallback.h
|
| index 208ce111b4d003215189f01b94724e11984b4763..12a4b3762e30852bd60f629d7990752a0701160c 100644
|
| --- a/Source/WebCore/Modules/webdatabase/SQLTransactionCallback.h
|
| +++ b/Source/WebCore/Modules/webdatabase/SQLTransactionCallback.h
|
| @@ -29,8 +29,6 @@
|
| #ifndef SQLTransactionCallback_h
|
| #define SQLTransactionCallback_h
|
|
|
| -#if ENABLE(SQL_DATABASE)
|
| -
|
| #include <wtf/ThreadSafeRefCounted.h>
|
|
|
| namespace WebCore {
|
| @@ -45,6 +43,4 @@ public:
|
|
|
| }
|
|
|
| -#endif
|
| -
|
| #endif // SQLTransactionCallback_h
|
|
|