| Index: content/renderer/media/local_media_stream_audio_source.cc
|
| diff --git a/content/renderer/media/local_media_stream_audio_source.cc b/content/renderer/media/local_media_stream_audio_source.cc
|
| index f2075b97723c950424a5c49de547843d276ac3c5..03353f16b3c3d25e7bb1e2ce5430e46d9140158c 100644
|
| --- a/content/renderer/media/local_media_stream_audio_source.cc
|
| +++ b/content/renderer/media/local_media_stream_audio_source.cc
|
| @@ -99,10 +99,7 @@ void LocalMediaStreamAudioSource::Capture(const media::AudioBus* audio_bus,
|
| }
|
|
|
| void LocalMediaStreamAudioSource::OnCaptureError(const std::string& why) {
|
| - // As of this writing, this method doesn't get called for anything useful,
|
| - // and all other implementors just log the message, but don't disconnect sinks
|
| - // or take any other action. So, just log the error.
|
| - LOG(ERROR) << why;
|
| + StopSourceOnError(why);
|
| }
|
|
|
| } // namespace content
|
|
|