| Index: Source/modules/webaudio/AudioDestinationNode.h
|
| diff --git a/Source/modules/webaudio/AudioDestinationNode.h b/Source/modules/webaudio/AudioDestinationNode.h
|
| index 6c6b793a672218a3e0233876d9e2d8725e18569c..a25e598b53617a89d01aa2b0466ae65ea470a49e 100644
|
| --- a/Source/modules/webaudio/AudioDestinationNode.h
|
| +++ b/Source/modules/webaudio/AudioDestinationNode.h
|
| @@ -34,7 +34,7 @@
|
| namespace blink {
|
|
|
| class AudioBus;
|
| -class AudioContext;
|
| +class AbstractAudioContext;
|
|
|
| class AudioDestinationHandler : public AudioHandler, public AudioIOCallback {
|
| public:
|
| @@ -99,7 +99,7 @@ public:
|
| unsigned long maxChannelCount() const;
|
|
|
| protected:
|
| - AudioDestinationNode(AudioContext&);
|
| + AudioDestinationNode(AbstractAudioContext&);
|
| };
|
|
|
| } // namespace blink
|
|
|