Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(270)

Unified Diff: Source/WebCore/Modules/webdatabase/SQLStatementCallback.h

Issue 13774005: Remove the ENABLE_SQL_DATABASE compile-time flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: python Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/WebCore/Modules/webdatabase/SQLStatementCallback.h
diff --git a/Source/WebCore/Modules/webdatabase/SQLStatementCallback.h b/Source/WebCore/Modules/webdatabase/SQLStatementCallback.h
index 83201d2b8029ad8dcc87ddc09af2d92fe0c1b967..767da289fe322d017ba23fb4612da42e6eb8a0b4 100644
--- a/Source/WebCore/Modules/webdatabase/SQLStatementCallback.h
+++ b/Source/WebCore/Modules/webdatabase/SQLStatementCallback.h
@@ -28,8 +28,6 @@
#ifndef SQLStatementCallback_h
#define SQLStatementCallback_h
-#if ENABLE(SQL_DATABASE)
-
#include <wtf/ThreadSafeRefCounted.h>
namespace WebCore {
@@ -45,6 +43,4 @@ public:
}
-#endif
-
#endif // SQLStatementErrorCallback_h

Powered by Google App Engine
This is Rietveld 408576698