| Index: third_party/WebKit/Source/modules/webaudio/AudioWorkletThreadTest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/AudioWorkletThreadTest.cpp b/third_party/WebKit/Source/modules/webaudio/AudioWorkletThreadTest.cpp
|
| index 04114de0ded4d0058d0bb37d75eb6b6ed65febc0..7e56bf3bf969c0a8869035458d841e6d84be0452 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/AudioWorkletThreadTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/webaudio/AudioWorkletThreadTest.cpp
|
| @@ -85,7 +85,7 @@ class AudioWorkletThreadTest : 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;
|
| }
|
|
|
|
|