| Index: third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
|
| index a0dfed0f2153565a932891ed32ea26c1f5f78034..49a7d26973c4beb0402699acc36bf3163c1826ac 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
|
| @@ -292,7 +292,7 @@ WorkerGlobalScope::WorkerGlobalScope(const KURL& url, const String& userAgent, W
|
| , m_v8CacheOptions(V8CacheOptionsDefault)
|
| , m_scriptController(WorkerOrWorkletScriptController::create(this, thread->isolate()))
|
| , m_thread(thread)
|
| - , m_workerInspectorController(WorkerInspectorController::create(this))
|
| + , m_workerInspectorController(WorkerInspectorController::create(thread))
|
| , m_closing(false)
|
| , m_eventQueue(WorkerEventQueue::create(this))
|
| , m_workerClients(workerClients)
|
|
|