| Index: webkit/glue/webmediaplayer_impl.cc
|
| diff --git a/webkit/glue/webmediaplayer_impl.cc b/webkit/glue/webmediaplayer_impl.cc
|
| index 0157c80c2709c1fcf2f07388714f2d0175472a11..66cf896a2ab05320b2a547a1995ae12d2ba2e78d 100644
|
| --- a/webkit/glue/webmediaplayer_impl.cc
|
| +++ b/webkit/glue/webmediaplayer_impl.cc
|
| @@ -634,10 +634,6 @@ void WebMediaPlayerImpl::OnPipelineError() {
|
| DCHECK(MessageLoop::current() == main_loop_);
|
| switch (pipeline_->GetError()) {
|
| case media::PIPELINE_OK:
|
| - case media::PIPELINE_STOPPING:
|
| - NOTREACHED() << "We shouldn't get called with these non-errors";
|
| - break;
|
| -
|
| case media::PIPELINE_ERROR_INITIALIZATION_FAILED:
|
| case media::PIPELINE_ERROR_REQUIRED_FILTER_MISSING:
|
| case media::PIPELINE_ERROR_COULD_NOT_RENDER:
|
|
|