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

Unified Diff: Source/WebCore/bindings/v8/custom/V8InspectorFrontendHostCustom.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/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp
diff --git a/Source/WebCore/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp b/Source/WebCore/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp
index 95aaee04cbb22b2edd501da75bf43c4fa96d8854..2fe9f0130797a926235b49531a200b19d95eb108 100644
--- a/Source/WebCore/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp
+++ b/Source/WebCore/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp
@@ -29,7 +29,6 @@
*/
#include "config.h"
-#if ENABLE(INSPECTOR)
#include "V8InspectorFrontendHost.h"
#include "HistogramSupport.h"
@@ -163,4 +162,3 @@ v8::Handle<v8::Value> V8InspectorFrontendHost::recordSettingChangedMethodCustom(
} // namespace WebCore
-#endif // ENABLE(INSPECTOR)

Powered by Google App Engine
This is Rietveld 408576698