| Index: content/shell/renderer/test_runner/web_test_proxy.cc
|
| diff --git a/content/shell/renderer/test_runner/web_test_proxy.cc b/content/shell/renderer/test_runner/web_test_proxy.cc
|
| index 27abd2b2867627b8072093678f39a86ac527dd28..0bc37a697db274de0750a61dd21a525c73d59f63 100644
|
| --- a/content/shell/renderer/test_runner/web_test_proxy.cc
|
| +++ b/content/shell/renderer/test_runner/web_test_proxy.cc
|
| @@ -915,7 +915,7 @@ blink::WebPlugin* WebTestProxyBase::CreatePlugin(
|
| const blink::WebPluginParams& params) {
|
| if (TestPlugin::IsSupportedMimeType(params.mimeType))
|
| return TestPlugin::create(frame, params, delegate_);
|
| - return 0;
|
| + return delegate_->CreatePluginPlaceholder(frame, params);
|
| }
|
|
|
| void WebTestProxyBase::SetStatusText(const blink::WebString& text) {
|
|
|