| Index: third_party/WebKit/Source/modules/webaudio/AudioWorklet.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/AudioWorklet.cpp b/third_party/WebKit/Source/modules/webaudio/AudioWorklet.cpp
|
| index 0ebcf2c82e837a4226d359bbb4ce68e37028b9ce..071b026d96884b6917cad9958067ed825b5fd1ba 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/AudioWorklet.cpp
|
| +++ b/third_party/WebKit/Source/modules/webaudio/AudioWorklet.cpp
|
| @@ -13,9 +13,7 @@
|
| namespace blink {
|
|
|
| AudioWorklet* AudioWorklet::create(LocalFrame* frame) {
|
| - AudioWorklet* worklet = new AudioWorklet(frame);
|
| - worklet->suspendIfNeeded();
|
| - return worklet;
|
| + return new AudioWorklet(frame);
|
| }
|
|
|
| AudioWorklet::AudioWorklet(LocalFrame* frame)
|
|
|