| Index: third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp b/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
|
| index 3514ae142c2616cf0c68e7c6e429db40a1df195c..1a01f3b303afc2b141abfe19ea4397454afd769f 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
|
| @@ -281,8 +281,7 @@ TEST_F(WorkerThreadTest, Terminate_WhileDebuggerTaskIsRunningOnInitialization) {
|
| PauseWorkerGlobalScopeOnStart, headers.get(), "",
|
| m_securityOrigin.get(), nullptr, /* workerClients */
|
| WebAddressSpaceLocal, nullptr /* originTrialToken */,
|
| - nullptr /* WorkerSettings */, WorkerV8Settings::Default(),
|
| - false /* inspectorNetworkCapability */);
|
| + nullptr /* WorkerSettings */, WorkerV8Settings::Default());
|
| m_workerThread->start(std::move(startupData));
|
|
|
| // Used to wait for worker thread termination in a debugger task on the
|
|
|