| 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 621e0af8dd096e24487690ef01c494d5c0908fa8..12abcde0e88a5816c99ece1f92294ce17ef2e696 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
|
| @@ -74,7 +74,7 @@ WorkerGlobalScope::WorkerGlobalScope(const KURL& url, const String& userAgent, W
|
| : m_url(url)
|
| , m_userAgent(userAgent)
|
| , m_v8CacheOptions(V8CacheOptionsDefault)
|
| - , m_script(WorkerOrWorkletScriptController::create(this, thread->isolate()))
|
| + , m_script(WorkerOrWorkletScriptController::create(this, this, thread->isolate()))
|
| , m_thread(thread)
|
| , m_workerInspectorController(adoptRefWillBeNoop(new WorkerInspectorController(this)))
|
| , m_closing(false)
|
|
|