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

Unified Diff: Source/WebCore/Modules/webdatabase/SQLResultSetRowList.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/SQLResultSetRowList.h
diff --git a/Source/WebCore/Modules/webdatabase/SQLResultSetRowList.h b/Source/WebCore/Modules/webdatabase/SQLResultSetRowList.h
index 45d88b6eff86807db09ba95a516c11ecbe38fdb9..541b7968c7a357d8ef097c69a9f39c877e08adc9 100644
--- a/Source/WebCore/Modules/webdatabase/SQLResultSetRowList.h
+++ b/Source/WebCore/Modules/webdatabase/SQLResultSetRowList.h
@@ -29,8 +29,6 @@
#ifndef SQLResultSetRowList_h
#define SQLResultSetRowList_h
-#if ENABLE(SQL_DATABASE)
-
#include <wtf/PassRefPtr.h>
#include <wtf/RefCounted.h>
#include "SQLValue.h"
@@ -59,5 +57,3 @@ private:
}
#endif
-
-#endif
« no previous file with comments | « Source/WebCore/Modules/webdatabase/SQLResultSet.idl ('k') | Source/WebCore/Modules/webdatabase/SQLResultSetRowList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698