Index: content/browser/tab_contents/render_view_host_manager.cc |
=================================================================== |
--- content/browser/tab_contents/render_view_host_manager.cc (revision 90090) |
+++ content/browser/tab_contents/render_view_host_manager.cc (working copy) |
@@ -814,7 +814,7 @@ |
// Remove old RenderWidgetHostView with mocked out methods so it can be |
// replaced with a new one that's a child of |delegate_|'s view. |
scoped_ptr<RenderWidgetHostView> old_view(render_view_host_->view()); |
- render_view_host_->set_view(NULL); |
+ render_view_host_->SetView(NULL); |
delegate_->CreateViewAndSetSizeForRVH(render_view_host_); |
render_view_host_->ActivateDeferredPluginHandles(); |
// If the view is gone, then this RenderViewHost died while it was hidden. |