| 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 4940ac81d1e43857a4523f8eeb2629b6b1195941..ac57af991a91c0cdb293b04e0780345d1d102661 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
|
|
|