| Index: Source/modules/webaudio/GainNode.h
|
| diff --git a/Source/modules/webaudio/GainNode.h b/Source/modules/webaudio/GainNode.h
|
| index 48d83b9b8a5505b6e7ab600617f0be48c7c60c7e..560348c5540b7437c2335026ed74d244e753adaa 100644
|
| --- a/Source/modules/webaudio/GainNode.h
|
| +++ b/Source/modules/webaudio/GainNode.h
|
| @@ -42,7 +42,7 @@ class GainNode FINAL : public AudioNode {
|
| public:
|
| static GainNode* create(AudioContext* context, float sampleRate)
|
| {
|
| - return adoptRefCountedGarbageCollectedWillBeNoop(new GainNode(context, sampleRate));
|
| + return new GainNode(context, sampleRate);
|
| }
|
|
|
| // AudioNode
|
|
|