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

Unified Diff: Source/WebCore/inspector/InspectorDatabaseResource.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/InspectorDatabaseResource.cpp
diff --git a/Source/WebCore/inspector/InspectorDatabaseResource.cpp b/Source/WebCore/inspector/InspectorDatabaseResource.cpp
index 6140862cd3ada35726809ed5542ff592ef5fd355..984d1d765f95b6d0a4e7b337fdcbf89c42d57c85 100644
--- a/Source/WebCore/inspector/InspectorDatabaseResource.cpp
+++ b/Source/WebCore/inspector/InspectorDatabaseResource.cpp
@@ -30,8 +30,6 @@
#include "config.h"
-#if ENABLE(SQL_DATABASE)
-
#include "InspectorDatabaseResource.h"
#include "Database.h"
@@ -67,5 +65,3 @@ void InspectorDatabaseResource::bind(InspectorFrontend::Database* frontend)
}
} // namespace WebCore
-
-#endif // ENABLE(SQL_DATABASE)
« no previous file with comments | « Source/WebCore/inspector/InspectorDatabaseResource.h ('k') | Source/WebCore/inspector/InspectorInstrumentation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698