| Index: third_party/WebKit/Source/modules/webaudio/OscillatorNode.h
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/OscillatorNode.h b/third_party/WebKit/Source/modules/webaudio/OscillatorNode.h
|
| index bc8df7236c01012999437172d2114fcdd1b1d46e..d6381d92213070d31c6856b4168770763ec12904 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/OscillatorNode.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/OscillatorNode.h
|
| @@ -101,6 +101,7 @@ class OscillatorHandler final : public AudioScheduledSourceHandler {
|
| };
|
|
|
| class OscillatorNode final : public AudioScheduledSourceNode {
|
| + USING_GARBAGE_COLLECTED_MIXIN(OscillatorNode);
|
| DEFINE_WRAPPERTYPEINFO();
|
|
|
| public:
|
|
|