| Index: third_party/WebKit/Source/modules/webaudio/AudioDestinationNode.h
 | 
| diff --git a/third_party/WebKit/Source/modules/webaudio/AudioDestinationNode.h b/third_party/WebKit/Source/modules/webaudio/AudioDestinationNode.h
 | 
| index 9fae8b64a98f5eabc5a816531308459b9b8f0254..dc7fe45b785aa4c552a80638aed3a35d425c3ec1 100644
 | 
| --- a/third_party/WebKit/Source/modules/webaudio/AudioDestinationNode.h
 | 
| +++ b/third_party/WebKit/Source/modules/webaudio/AudioDestinationNode.h
 | 
| @@ -74,7 +74,8 @@ class AudioDestinationHandler : public AudioHandler, public AudioIOCallback {
 | 
|      LocalAudioInputProvider()
 | 
|          : m_sourceBus(AudioBus::create(
 | 
|                2,
 | 
| -              ProcessingSizeInFrames))  // FIXME: handle non-stereo local input.
 | 
| +              AudioUtilities::kRenderQuantumFrames))  // FIXME: handle
 | 
| +                                                      // non-stereo local input.
 | 
|      {}
 | 
|  
 | 
|      void set(AudioBus* bus) {
 | 
| 
 |