| Index: Source/WebCore/Modules/webdatabase/SQLTransactionErrorCallback.h
|
| diff --git a/Source/WebCore/Modules/webdatabase/SQLTransactionErrorCallback.h b/Source/WebCore/Modules/webdatabase/SQLTransactionErrorCallback.h
|
| index 56727cc05deb6b56deb4447d721258385faa5f75..60f4c03a5a0d05582ae600c6233ca9feb9c28608 100644
|
| --- a/Source/WebCore/Modules/webdatabase/SQLTransactionErrorCallback.h
|
| +++ b/Source/WebCore/Modules/webdatabase/SQLTransactionErrorCallback.h
|
| @@ -29,8 +29,6 @@
|
| #ifndef SQLTransactionErrorCallback_h
|
| #define SQLTransactionErrorCallback_h
|
|
|
| -#if ENABLE(SQL_DATABASE)
|
| -
|
| #include <wtf/ThreadSafeRefCounted.h>
|
|
|
| namespace WebCore {
|
| @@ -45,6 +43,4 @@ public:
|
|
|
| }
|
|
|
| -#endif
|
| -
|
| #endif // SQLTransactionErrorCallback_h
|
|
|