| Index: third_party/WebKit/Source/core/workers/DedicatedWorkerTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/DedicatedWorkerTest.cpp b/third_party/WebKit/Source/core/workers/DedicatedWorkerTest.cpp
|
| index 0f68bc20efd100ebdbfce7a95c7db31ab1ee6f43..0856d0e653959754005d95f2025c7fe983fdc702 100644
|
| --- a/third_party/WebKit/Source/core/workers/DedicatedWorkerTest.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/DedicatedWorkerTest.cpp
|
| @@ -125,7 +125,7 @@ class InProcessWorkerMessagingProxyForTest
|
| "" /* referrerPolicy */, m_securityOrigin.get(),
|
| nullptr /* workerClients */, WebAddressSpaceLocal,
|
| nullptr /* originTrialTokens */, nullptr /* workerSettings */,
|
| - WorkerV8Settings::Default(), false /* inspectorNetworkCapability */));
|
| + WorkerV8Settings::Default()));
|
|
|
| workerInspectorProxy()->workerThreadCreated(
|
| toDocument(getExecutionContext()), m_workerThread.get(), scriptURL);
|
|
|