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

Unified Diff: Source/WebCore/inspector/InspectorOverlay.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: 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/InspectorOverlay.cpp
diff --git a/Source/WebCore/inspector/InspectorOverlay.cpp b/Source/WebCore/inspector/InspectorOverlay.cpp
index 4b7e0c49f014e09be3de05f3d3b0db429329dfeb..5d978798c5e1ab6523a498bf0116344a41c6aee0 100644
--- a/Source/WebCore/inspector/InspectorOverlay.cpp
+++ b/Source/WebCore/inspector/InspectorOverlay.cpp
@@ -28,8 +28,6 @@
#include "config.h"
-#if ENABLE(INSPECTOR)
-
#include "InspectorOverlay.h"
#include "DocumentLoader.h"
@@ -517,4 +515,3 @@ void InspectorOverlay::freePage()
} // namespace WebCore
-#endif // ENABLE(INSPECTOR)

Powered by Google App Engine
This is Rietveld 408576698