| 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 1cffd5c367c23c44f519682d0dcd645739e4a5c2..f46b5c9d34a5e19b21e005283563576732229f40 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
|
| @@ -281,7 +281,7 @@ TEST_F(WorkerThreadTest, Terminate_WhileDebuggerTaskIsRunningOnInitialization) {
|
| PauseWorkerGlobalScopeOnStart, headers.get(), "",
|
| m_securityOrigin.get(), nullptr, /* workerClients */
|
| WebAddressSpaceLocal, nullptr /* originTrialToken */,
|
| - nullptr /* WorkerSettings */, V8CacheOptionsDefault);
|
| + nullptr /* WorkerSettings */, WorkerV8Settings::Default());
|
| m_workerThread->start(std::move(startupData));
|
|
|
| // Used to wait for worker thread termination in a debugger task on the
|
|
|