| 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 3223a4df6051a6ce08f4accc15438a6e2a9f0a8e..0021729972721813e929898fc7fcec62cb06a7e8 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
|
| @@ -304,8 +304,7 @@ WorkerGlobalScope::WorkerGlobalScope(
|
| double timeOrigin,
|
| std::unique_ptr<SecurityOrigin::PrivilegeData> starterOriginPrivilageData,
|
| WorkerClients* workerClients)
|
| - : ActiveScriptWrappable(this),
|
| - m_url(url),
|
| + : m_url(url),
|
| m_userAgent(userAgent),
|
| m_v8CacheOptions(V8CacheOptionsDefault),
|
| m_scriptController(
|
|
|