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

Unified Diff: Source/WebCore/inspector/InspectorDatabaseAgent.cpp

Issue 13646003: DevTools: Remove ENABLE(INSPECTOR) and ENABLE(JAVASCRIPT_DEBUGGER) from the code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: comments addressed 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 2304a1e06012c8a042a0ffbd447abcfe57c82a38..01aaa40b0861a39a93eef5411992b6742ae2713a 100644
--- a/Source/WebCore/inspector/InspectorDatabaseAgent.cpp
+++ b/Source/WebCore/inspector/InspectorDatabaseAgent.cpp
@@ -28,7 +28,7 @@
#include "config.h"
-#if ENABLE(INSPECTOR) && ENABLE(SQL_DATABASE)
+#if ENABLE(SQL_DATABASE)
#include "InspectorDatabaseAgent.h"
@@ -329,4 +329,4 @@ Database* InspectorDatabaseAgent::databaseForId(const String& databaseId)
} // namespace WebCore
-#endif // ENABLE(INSPECTOR) && ENABLE(SQL_DATABASE)
+#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