| Index: third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| index 7d8f83cf22959640d8a99466d0513a80dba503f9..65d22d54fa16f0bb7b11f64eccd073a2ebe7b680 100644
|
| --- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| @@ -461,7 +461,7 @@ void WebEmbeddedWorkerImpl::startWorkerThread() {
|
| m_mainScriptLoader->getReferrerPolicy(), starterOrigin, workerClients,
|
| m_mainScriptLoader->responseAddressSpace(),
|
| m_mainScriptLoader->originTrialTokens(), std::move(workerSettings),
|
| - workerV8Settings);
|
| + workerV8Settings, true /* inspectorNetworkCapability */);
|
|
|
| m_mainScriptLoader.clear();
|
|
|
|
|