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

Unified Diff: Source/WebCore/bindings/v8/V8Initializer.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/V8Initializer.cpp
diff --git a/Source/WebCore/bindings/v8/V8Initializer.cpp b/Source/WebCore/bindings/v8/V8Initializer.cpp
index e21c0d5d84c1c4d3d2d86b8a83fe6afbbfefae31..1a4e88cefc87c0eabdf034fed4f8ba7482e7966e 100644
--- a/Source/WebCore/bindings/v8/V8Initializer.cpp
+++ b/Source/WebCore/bindings/v8/V8Initializer.cpp
@@ -127,9 +127,7 @@ void V8Initializer::initializeMainThreadIfNeeded(v8::Isolate* isolate)
v8::V8::SetFatalErrorHandler(reportFatalErrorInMainThread);
v8::V8::AddMessageListener(messageHandlerInMainThread);
v8::V8::SetFailedAccessCheckCallbackFunction(failedAccessCheckCallbackInMainThread);
-#if ENABLE(JAVASCRIPT_DEBUGGER)
ScriptProfiler::initialize();
-#endif
V8PerIsolateData::ensureInitialized(isolate);
}
« no previous file with comments | « Source/WebCore/bindings/v8/V8AbstractEventListener.cpp ('k') | Source/WebCore/bindings/v8/V8PerIsolateData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698