Index: content/browser/renderer_host/render_view_host_impl.cc |
diff --git a/content/browser/renderer_host/render_view_host_impl.cc b/content/browser/renderer_host/render_view_host_impl.cc |
index bb6635ff536889f2b9591a30637e8079f5724f70..27707252322212dd5c9be9cc72a30c0381ad60a0 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.cc |
+++ b/content/browser/renderer_host/render_view_host_impl.cc |
@@ -191,7 +191,8 @@ RenderViewHostImpl::RenderViewHostImpl( |
main_frame_routing_id = GetProcess()->GetNextRoutingID(); |
main_render_frame_host_ = RenderFrameHostFactory::Create( |
- this, delegate_->GetFrameTree(), main_frame_routing_id, is_swapped_out_); |
+ this, delegate_->GetFrameTree(), delegate_->GetFrameTree()->root(), |
+ main_frame_routing_id, is_swapped_out_); |
GetProcess()->EnableSendQueue(); |