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

Unified Diff: Source/core/inspector/MainThreadDebugger.cpp

Issue 1214863013: [DevTools] Remove ScriptDebugListener from V8Debugger. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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
« no previous file with comments | « no previous file | Source/core/inspector/ScriptDebuggerBase.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/MainThreadDebugger.cpp
diff --git a/Source/core/inspector/MainThreadDebugger.cpp b/Source/core/inspector/MainThreadDebugger.cpp
index 2a1973d3d66e3c3f95931ad42aec8932967500ca..277bf869643670fc25a351b4d938fe0ec629758d 100644
--- a/Source/core/inspector/MainThreadDebugger.cpp
+++ b/Source/core/inspector/MainThreadDebugger.cpp
@@ -65,7 +65,7 @@ static LocalFrame* retrieveFrameWithGlobalObjectCheck(v8::Local<v8::Context> con
MainThreadDebugger* MainThreadDebugger::s_instance = nullptr;
MainThreadDebugger::MainThreadDebugger(PassOwnPtr<ClientMessageLoop> clientMessageLoop, v8::Isolate* isolate)
- : ScriptDebuggerBase(isolate, V8Debugger::create(isolate, this))
+ : ScriptDebuggerBase(isolate)
, m_clientMessageLoop(clientMessageLoop)
, m_pausedFrame(nullptr)
, m_taskRunner(adoptPtr(new InspectorTaskRunner(isolate)))
« no previous file with comments | « no previous file | Source/core/inspector/ScriptDebuggerBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698