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

Unified Diff: Source/WebCore/Modules/webdatabase/DatabaseSync.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
Index: Source/WebCore/Modules/webdatabase/DatabaseSync.cpp
diff --git a/Source/WebCore/Modules/webdatabase/DatabaseSync.cpp b/Source/WebCore/Modules/webdatabase/DatabaseSync.cpp
index faa9c9bf5b1ee1e1923ff72e60df32b63ab8bc6f..f9d06b2d9b054f74cde21c3e15fbc7e83de4f29a 100644
--- a/Source/WebCore/Modules/webdatabase/DatabaseSync.cpp
+++ b/Source/WebCore/Modules/webdatabase/DatabaseSync.cpp
@@ -31,8 +31,6 @@
#include "config.h"
#include "DatabaseSync.h"
-#if ENABLE(SQL_DATABASE)
-
#include "DatabaseBackendContext.h"
#include "DatabaseBackendSync.h"
#include "DatabaseCallback.h"
@@ -197,5 +195,3 @@ void DatabaseSync::closeImmediately()
}
} // namespace WebCore
-
-#endif // ENABLE(SQL_DATABASE)
« no previous file with comments | « Source/WebCore/Modules/webdatabase/DatabaseSync.h ('k') | Source/WebCore/Modules/webdatabase/DatabaseSync.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698