| Index: third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.cpp b/third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.cpp
|
| index 0ee1be9c6bd3993a4eb2798c56c8b9d9c38d35e6..e5042117c0f7b54b8b426113049dcd9a7cc06840 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.cpp
|
| +++ b/third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.cpp
|
| @@ -54,8 +54,8 @@ OfflineAudioDestinationHandler::OfflineAudioDestinationHandler(AudioNode& node,
|
|
|
| // Node-specific defaults.
|
| m_channelCount = m_renderTarget->numberOfChannels();
|
| - m_channelCountMode = Explicit;
|
| - m_channelInterpretation = AudioBus::Speakers;
|
| + setInternalChannelCountMode(Explicit);
|
| + setInternalChannelInterpretation(AudioBus::Speakers);
|
| }
|
|
|
| PassRefPtr<OfflineAudioDestinationHandler> OfflineAudioDestinationHandler::create(AudioNode& node, AudioBuffer* renderTarget)
|
|
|