| Index: third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.h
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.h b/third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.h
|
| index f30942ba8673fa3294ec44da46110821f219ccff..8b355ba1af854166780918560ec63510c27eb731 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.h
|
| @@ -140,7 +140,6 @@ private:
|
|
|
| class AudioBufferSourceNode final : public AudioScheduledSourceNode {
|
| DEFINE_WRAPPERTYPEINFO();
|
| - USING_GARBAGE_COLLECTED_MIXIN(AudioBufferSourceNode);
|
| public:
|
| static AudioBufferSourceNode* create(AbstractAudioContext&, float sampleRate);
|
| DECLARE_VIRTUAL_TRACE();
|
|
|