| Index: Source/modules/webaudio/PannerNode.cpp
|
| diff --git a/Source/modules/webaudio/PannerNode.cpp b/Source/modules/webaudio/PannerNode.cpp
|
| index c549f80a491feefdfbf6704c1d7c07a43655e83d..2a176403e04033924b002a555517ec18e3ee8b7d 100644
|
| --- a/Source/modules/webaudio/PannerNode.cpp
|
| +++ b/Source/modules/webaudio/PannerNode.cpp
|
| @@ -65,7 +65,6 @@ PannerNode::PannerNode(AudioContext* context, float sampleRate)
|
| // The HRTF panner will return zeroes until the database is loaded.
|
| listener()->createAndLoadHRTFDatabaseLoader(context->sampleRate());
|
|
|
| - ScriptWrappable::init(this);
|
| addInput();
|
| addOutput(AudioNodeOutput::create(this, 2));
|
|
|
|
|