| Index: third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp b/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp
|
| index 9c09b7019bec1bc927458b02c5480044c726c3de..2ba42a23abf2a2dbbcc21f99e7df660e33cf1740 100644
|
| --- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp
|
| @@ -398,7 +398,7 @@ void WebSharedWorkerImpl::onScriptLoaderFinished() {
|
| m_mainScriptLoader->getReferrerPolicy(), starterOrigin, workerClients,
|
| m_mainScriptLoader->responseAddressSpace(),
|
| m_mainScriptLoader->originTrialTokens(), std::move(workerSettings),
|
| - WorkerV8Settings::Default());
|
| + WorkerV8Settings::Default(), false /* inspectorNetworkCapability */);
|
|
|
| // SharedWorker can sometimes run tasks that are initiated by/associated with
|
| // a document's frame but these documents can be from a different process. So
|
|
|