| Index: third_party/WebKit/Source/modules/webaudio/AudioScheduledSourceNode.h
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/AudioScheduledSourceNode.h b/third_party/WebKit/Source/modules/webaudio/AudioScheduledSourceNode.h
|
| index d0cd060add7a159550c6a19b27ee5a3a2191b33e..39c6d82221ad0a14bf9338b82e1d40e042f3ee9a 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/AudioScheduledSourceNode.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/AudioScheduledSourceNode.h
|
| @@ -122,6 +122,7 @@ private:
|
| };
|
|
|
| class AudioScheduledSourceNode : public AudioSourceNode, public ActiveScriptWrappable {
|
| + USING_GARBAGE_COLLECTED_MIXIN(AudioScheduledSourceNode);
|
| public:
|
| void start(ExceptionState&);
|
| void start(double when, ExceptionState&);
|
| @@ -134,6 +135,8 @@ public:
|
| // ActiveScriptWrappable
|
| bool hasPendingActivity() const final;
|
|
|
| + DEFINE_INLINE_VIRTUAL_TRACE() { AudioSourceNode::trace(visitor); }
|
| +
|
| protected:
|
| explicit AudioScheduledSourceNode(AbstractAudioContext&);
|
| AudioScheduledSourceHandler& audioScheduledSourceHandler() const;
|
|
|