| Index: third_party/WebKit/Source/core/workers/ThreadedWorkletTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/ThreadedWorkletTest.cpp b/third_party/WebKit/Source/core/workers/ThreadedWorkletTest.cpp
|
| index 778121364ee1acfb167b1c38aa18f2478e2a8f91..a8fea6a912eb0cbfb8733a515ea6cb5260ef4bd4 100644
|
| --- a/third_party/WebKit/Source/core/workers/ThreadedWorkletTest.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/ThreadedWorkletTest.cpp
|
| @@ -119,7 +119,7 @@ class ThreadedWorkletMessagingProxyForTest
|
| std::move(cachedMetaData), DontPauseWorkerGlobalScopeOnStart,
|
| &contentSecurityPolicyHeaders, referrerPolicy, m_securityOrigin.get(),
|
| workerClients, WebAddressSpaceLocal, &originTrialTokens,
|
| - std::move(workerSettings), V8CacheOptionsDefault));
|
| + std::move(workerSettings), WorkerV8Settings::Default()));
|
| workerInspectorProxy()->workerThreadCreated(
|
| toDocument(getExecutionContext()), m_workerThread.get(), scriptURL);
|
| }
|
|
|