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

Unified Diff: Source/WebCore/inspector/InspectorDatabaseAgent.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/inspector/InspectorDatabaseAgent.cpp
diff --git a/Source/WebCore/inspector/InspectorDatabaseAgent.cpp b/Source/WebCore/inspector/InspectorDatabaseAgent.cpp
index 01aaa40b0861a39a93eef5411992b6742ae2713a..13cdacf5ab34e67ab95d75efbaf57c9c93e51ef4 100644
--- a/Source/WebCore/inspector/InspectorDatabaseAgent.cpp
+++ b/Source/WebCore/inspector/InspectorDatabaseAgent.cpp
@@ -28,8 +28,6 @@
#include "config.h"
-#if ENABLE(SQL_DATABASE)
-
#include "InspectorDatabaseAgent.h"
#include "Database.h"
@@ -328,5 +326,3 @@ Database* InspectorDatabaseAgent::databaseForId(const String& databaseId)
}
} // namespace WebCore
-
-#endif // ENABLE(SQL_DATABASE)
« no previous file with comments | « Source/WebCore/inspector/InspectorDatabaseAgent.h ('k') | Source/WebCore/inspector/InspectorDatabaseInstrumentation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698