| Index: content/browser/frame_host/frame_tree_node.cc
|
| diff --git a/content/browser/frame_host/frame_tree_node.cc b/content/browser/frame_host/frame_tree_node.cc
|
| index f317b2887cab4643b07b30241b87df3044d644ff..bdb191fefc0050807953499c752bd90c8d15c35f 100644
|
| --- a/content/browser/frame_host/frame_tree_node.cc
|
| +++ b/content/browser/frame_host/frame_tree_node.cc
|
| @@ -131,7 +131,6 @@ void FrameTreeNode::AddChild(scoped_ptr<FrameTreeNode> child,
|
| // frames in the same SiteInstance as the current frame, and they can swap to
|
| // a different one if they navigate away.
|
| child->render_manager()->Init(
|
| - render_manager_.current_host()->GetSiteInstance()->GetBrowserContext(),
|
| render_manager_.current_host()->GetSiteInstance(),
|
| render_manager_.current_host()->GetRoutingID(), frame_routing_id,
|
| MSG_ROUTING_NONE, 0 /* surface_id */);
|
|
|