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

Unified Diff: Source/WebCore/bindings/v8/JavaScriptCallFrame.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/JavaScriptCallFrame.cpp
diff --git a/Source/WebCore/bindings/v8/JavaScriptCallFrame.cpp b/Source/WebCore/bindings/v8/JavaScriptCallFrame.cpp
index ba05d603eeedd108b74fcb174058f46f41d1fdc0..0a0113275b34d5c364609cee1d14179acb59c166 100644
--- a/Source/WebCore/bindings/v8/JavaScriptCallFrame.cpp
+++ b/Source/WebCore/bindings/v8/JavaScriptCallFrame.cpp
@@ -31,7 +31,6 @@
#include "config.h"
#include "JavaScriptCallFrame.h"
-#if ENABLE(JAVASCRIPT_DEBUGGER)
#include "V8Binding.h"
@@ -147,4 +146,3 @@ v8::Handle<v8::Value> JavaScriptCallFrame::setVariableValue(int scopeNumber, con
} // namespace WebCore
-#endif // ENABLE(JAVASCRIPT_DEBUGGER)
« no previous file with comments | « Source/WebCore/bindings/v8/JavaScriptCallFrame.h ('k') | Source/WebCore/bindings/v8/PageScriptDebugServer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698