| Index: third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThreadTest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThreadTest.cpp b/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThreadTest.cpp
|
| index bff5c00b75f2843cb7f30e6d52ae7f5216fe4728..f815691f431acf35d46a75c9dc9f9fe3fae8fedf 100644
|
| --- a/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThreadTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThreadTest.cpp
|
| @@ -102,7 +102,7 @@ class AnimationWorkletThreadTest : public ::testing::Test {
|
| KURL(ParsedURLString, "http://fake.url/"), "fake user agent", "",
|
| nullptr, DontPauseWorkerGlobalScopeOnStart, nullptr, "",
|
| m_securityOrigin.get(), nullptr, WebAddressSpaceLocal, nullptr, nullptr,
|
| - V8CacheOptionsDefault));
|
| + WorkerV8Settings::Default()));
|
| return thread;
|
| }
|
|
|
|
|