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

Unified Diff: Source/WebCore/bindings/v8/custom/V8SQLTransactionSyncCustom.cpp

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
« no previous file with comments | « Source/WebCore/bindings/v8/custom/V8SQLTransactionCustom.cpp ('k') | Source/WebCore/dom/DOMExceptions.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/bindings/v8/custom/V8SQLTransactionSyncCustom.cpp
diff --git a/Source/WebCore/bindings/v8/custom/V8SQLTransactionSyncCustom.cpp b/Source/WebCore/bindings/v8/custom/V8SQLTransactionSyncCustom.cpp
index 26b980bc2fd9253054ef7e22d7782e0a0d5d9cb2..4b8fa52b13a088c0984f4cfa05092926a13a3223 100644
--- a/Source/WebCore/bindings/v8/custom/V8SQLTransactionSyncCustom.cpp
+++ b/Source/WebCore/bindings/v8/custom/V8SQLTransactionSyncCustom.cpp
@@ -30,8 +30,6 @@
#include "config.h"
-#if ENABLE(SQL_DATABASE)
-
#include "V8SQLTransactionSync.h"
#include "DatabaseSync.h"
@@ -94,5 +92,3 @@ v8::Handle<v8::Value> V8SQLTransactionSync::executeSqlMethodCustom(const v8::Arg
}
} // namespace WebCore
-
-#endif
« no previous file with comments | « Source/WebCore/bindings/v8/custom/V8SQLTransactionCustom.cpp ('k') | Source/WebCore/dom/DOMExceptions.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698