| 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 c2853a7996b98e80d2fcfe7ffd634c935ef26308..6e8eb0a9b2cb2adfcffdb345a7dc4e249e159819 100644
|
| --- a/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThreadTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThreadTest.cpp
|
| @@ -96,7 +96,7 @@ class AnimationWorkletThreadTest : public ::testing::Test {
|
| KURL(ParsedURLString, "http://fake.url/"), "fake user agent", "",
|
| nullptr, DontPauseWorkerGlobalScopeOnStart, nullptr, "",
|
| m_securityOrigin.get(), nullptr, WebAddressSpaceLocal, nullptr, nullptr,
|
| - WorkerV8Settings::Default(), false /* inspectorNetworkCapability */));
|
| + WorkerV8Settings::Default()));
|
| return thread;
|
| }
|
|
|
|
|