Index: content/renderer/pepper/pepper_plugin_instance_impl.cc |
=================================================================== |
--- content/renderer/pepper/pepper_plugin_instance_impl.cc (revision 242033) |
+++ content/renderer/pepper/pepper_plugin_instance_impl.cc (working copy) |
@@ -548,7 +548,7 @@ |
PepperBrowserConnection::Get(render_frame_); |
browser_connection->DidCreateInProcessInstance( |
pp_instance(), |
- render_frame_->render_view()->GetRoutingID(), |
+ render_frame_->GetRoutingID(), |
container_->element().document().url(), |
GetPluginURL()); |
} |