| Index: Source/modules/webaudio/AudioNodeInput.h
|
| diff --git a/Source/modules/webaudio/AudioNodeInput.h b/Source/modules/webaudio/AudioNodeInput.h
|
| index 8952863d5549611c8babb0049cfa1b4c518dd304..4c8f8ac6a041b7f1a1c716f164b7efb5f6c3000e 100644
|
| --- a/Source/modules/webaudio/AudioNodeInput.h
|
| +++ b/Source/modules/webaudio/AudioNodeInput.h
|
| @@ -79,6 +79,8 @@ public:
|
| // The number of channels of the connection with the largest number of channels.
|
| unsigned numberOfChannels() const;
|
|
|
| + virtual void trace(Visitor*) OVERRIDE;
|
| +
|
| private:
|
| AudioNode* m_node;
|
|
|
|
|