| Index: third_party/WebKit/Source/modules/webaudio/AudioDestinationNode.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/AudioDestinationNode.cpp b/third_party/WebKit/Source/modules/webaudio/AudioDestinationNode.cpp
|
| index dba1616c8ff031c0c3a2683e303d11f635c93ee4..4b1dba821ae97f2de98f7deffd3ce83d95efef95 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/AudioDestinationNode.cpp
|
| +++ b/third_party/WebKit/Source/modules/webaudio/AudioDestinationNode.cpp
|
| @@ -33,10 +33,8 @@
|
|
|
| namespace blink {
|
|
|
| -AudioDestinationHandler::AudioDestinationHandler(AudioNode& node,
|
| - float sampleRate)
|
| - : AudioHandler(NodeTypeDestination, node, sampleRate),
|
| - m_currentSampleFrame(0) {
|
| +AudioDestinationHandler::AudioDestinationHandler(AudioNode& node)
|
| + : AudioHandler(NodeTypeDestination, node, 0), m_currentSampleFrame(0) {
|
| addInput();
|
| }
|
|
|
|
|