| 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 dd82c0f2cd861e98dc3394be0a5588fe0624521a..99af194181e2d2f7e29989a2ea2a538b4b56507c 100644
|
| --- a/third_party/WebKit/Source/core/workers/DedicatedWorkerTest.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/DedicatedWorkerTest.cpp
|
| @@ -122,7 +122,7 @@ class InProcessWorkerMessagingProxyForTest
|
| "" /* referrerPolicy */, m_securityOrigin.get(),
|
| nullptr /* workerClients */, WebAddressSpaceLocal,
|
| nullptr /* originTrialTokens */, nullptr /* workerSettings */,
|
| - V8CacheOptionsDefault));
|
| + WorkerV8Settings::Default()));
|
|
|
| workerInspectorProxy()->workerThreadCreated(
|
| toDocument(getExecutionContext()), m_workerThread.get(), scriptURL);
|
|
|