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

Unified Diff: Source/core/inspector/WorkerThreadDebugger.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 | « Source/core/inspector/V8Debugger.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/WorkerThreadDebugger.cpp
diff --git a/Source/core/inspector/WorkerThreadDebugger.cpp b/Source/core/inspector/WorkerThreadDebugger.cpp
index 4d38fa05e5055d25b5398be1135f4a77158829a2..cb463743d6ca28c92f2601bb83743f5357cfafd5 100644
--- a/Source/core/inspector/WorkerThreadDebugger.cpp
+++ b/Source/core/inspector/WorkerThreadDebugger.cpp
@@ -44,7 +44,7 @@ namespace blink {
static const char* workerContextDebugId = "[worker]";
WorkerThreadDebugger::WorkerThreadDebugger(WorkerGlobalScope* workerGlobalScope)
- : ScriptDebuggerBase(v8::Isolate::GetCurrent(), V8Debugger::create(v8::Isolate::GetCurrent(), this))
+ : ScriptDebuggerBase(v8::Isolate::GetCurrent())
, m_listener(nullptr)
, m_workerGlobalScope(workerGlobalScope)
{
« no previous file with comments | « Source/core/inspector/V8Debugger.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698