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

Unified Diff: Source/WebCore/Modules/webdatabase/SQLStatement.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/SQLStatement.h
diff --git a/Source/WebCore/Modules/webdatabase/SQLStatement.h b/Source/WebCore/Modules/webdatabase/SQLStatement.h
index 4fdb2dab1a9d453cf2934cf83d55f8687b40722f..60dd2cb8caa1d3eacb42310091ee8dbb48ed7bb6 100644
--- a/Source/WebCore/Modules/webdatabase/SQLStatement.h
+++ b/Source/WebCore/Modules/webdatabase/SQLStatement.h
@@ -28,8 +28,6 @@
#ifndef SQLStatement_h
#define SQLStatement_h
-#if ENABLE(SQL_DATABASE)
-
#include "AbstractSQLStatement.h"
#include "SQLCallbackWrapper.h"
#include "SQLResultSet.h"
@@ -73,6 +71,4 @@ private:
} // namespace WebCore
-#endif // ENABLE(SQL_DATABASE)
-
#endif // SQLStatement_h
« no previous file with comments | « Source/WebCore/Modules/webdatabase/SQLResultSetRowList.idl ('k') | Source/WebCore/Modules/webdatabase/SQLStatement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698