| Index: third_party/WebKit/Source/modules/webaudio/DefaultAudioDestinationNode.h
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/DefaultAudioDestinationNode.h b/third_party/WebKit/Source/modules/webaudio/DefaultAudioDestinationNode.h
|
| index 9b6a8d29591d92ba1a25ea82b308fe4c16746d6b..f99074172c04ba4f538f87e7583c8ff3b4ab8110 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/DefaultAudioDestinationNode.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/DefaultAudioDestinationNode.h
|
| @@ -31,7 +31,7 @@
|
|
|
| namespace blink {
|
|
|
| -class AbstractAudioContext;
|
| +class BaseAudioContext;
|
| class ExceptionState;
|
|
|
| class DefaultAudioDestinationHandler final : public AudioDestinationHandler {
|
| @@ -61,10 +61,10 @@ private:
|
|
|
| class DefaultAudioDestinationNode final : public AudioDestinationNode {
|
| public:
|
| - static DefaultAudioDestinationNode* create(AbstractAudioContext*);
|
| + static DefaultAudioDestinationNode* create(BaseAudioContext*);
|
|
|
| private:
|
| - explicit DefaultAudioDestinationNode(AbstractAudioContext&);
|
| + explicit DefaultAudioDestinationNode(BaseAudioContext&);
|
| };
|
|
|
| } // namespace blink
|
|
|