| Index: components/plugins/renderer/plugin_placeholder.cc
|
| diff --git a/components/plugins/renderer/plugin_placeholder.cc b/components/plugins/renderer/plugin_placeholder.cc
|
| index f7cbc77f3b6b874166a5ab0946f69bb504d1b6cd..bccf11348acac69c3227275cbf08fadabfba8f25 100644
|
| --- a/components/plugins/renderer/plugin_placeholder.cc
|
| +++ b/components/plugins/renderer/plugin_placeholder.cc
|
| @@ -50,6 +50,7 @@ PluginPlaceholder::PluginPlaceholder(content::RenderFrame* render_frame,
|
| frame_(frame),
|
| plugin_params_(params),
|
| plugin_(WebViewPlugin::Create(this,
|
| + render_frame->GetRenderView(),
|
| render_frame->GetWebkitPreferences(),
|
| html_data,
|
| placeholderDataUrl)),
|
|
|