| Index: third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.h | 
| diff --git a/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.h b/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.h | 
| index cd0689ac6a2183e1c5273f83a32b7ab58ca120b0..f8bd9fe773706db49db2226bf0ffcc8bf2f56696 100644 | 
| --- a/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.h | 
| +++ b/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.h | 
| @@ -54,7 +54,7 @@ private: | 
|  | 
| // This Persistent doesn't make a reference cycle. | 
| Persistent<MediaStream> m_stream; | 
| -    RefPtr<MediaStreamSource> m_source; | 
| +    Persistent<MediaStreamSource> m_source; | 
| RefPtr<AudioBus> m_mixBus; | 
| }; | 
|  | 
|  |