| Index: third_party/WebKit/Source/modules/webaudio/WaveShaperNode.h
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/WaveShaperNode.h b/third_party/WebKit/Source/modules/webaudio/WaveShaperNode.h
|
| index 740af6d67b632e184cc21977797303c09effa594..bfaf39f9336db4361c89d9a2b9b32a06b56a5625 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/WaveShaperNode.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/WaveShaperNode.h
|
| @@ -37,10 +37,7 @@ class ExceptionState;
|
| class WaveShaperNode final : public AudioNode {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| - static WaveShaperNode* create(AbstractAudioContext& context)
|
| - {
|
| - return new WaveShaperNode(context);
|
| - }
|
| + static WaveShaperNode* create(AbstractAudioContext&, ExceptionState&);
|
|
|
| // setCurve() is called on the main thread.
|
| void setCurve(DOMFloat32Array*, ExceptionState&);
|
|
|