| Index: chrome/browser/media/audio_stream_indicator.cc
|
| diff --git a/chrome/browser/media/audio_stream_indicator.cc b/chrome/browser/media/audio_stream_indicator.cc
|
| index 39f0f469c1fdb800a74f59bb166dc0fd9a16b2bd..91396ceb5263679ef7f0733b50d1ced65bfbcd57 100644
|
| --- a/chrome/browser/media/audio_stream_indicator.cc
|
| +++ b/chrome/browser/media/audio_stream_indicator.cc
|
| @@ -64,7 +64,7 @@ void AudioStreamIndicator::UpdateWebContentsStatusOnUIThread(
|
| } else {
|
| std::map<RenderViewId, std::set<int> >::iterator it =
|
| audio_streams_.find(id);
|
| - if (it != audio_streams_.end())
|
| + if (it == audio_streams_.end())
|
| return;
|
|
|
| it->second.erase(stream_id);
|
|
|