| 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 49af0227e95cf463d6a2d467e79c4ee0d000c579..a7dfaf43950b2753b219f9884b313428aad0897c 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
|
| @@ -186,6 +186,7 @@ TEST_F(WorkerThreadTest, StartAndTerminateOnInitialization_TerminateWhileDebugge
|
| nullptr, /* workerClients */
|
| WebAddressSpaceLocal,
|
| nullptr /* originTrialToken */,
|
| + nullptr /* WorkerSettings */,
|
| V8CacheOptionsDefault);
|
| m_workerThread->start(std::move(startupData));
|
|
|
|
|