| 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 75de0517a94ee3fe93a34d67c7dfea60702b83c1..ad17d559067b33e7d44755cdd7511d5e60db9a07 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_view_host_impl.cc
|
| @@ -217,7 +217,7 @@ RenderViewHostDelegate* RenderViewHostImpl::GetDelegate() const {
|
| }
|
|
|
| SiteInstance* RenderViewHostImpl::GetSiteInstance() const {
|
| - return instance_;
|
| + return instance_.get();
|
| }
|
|
|
| bool RenderViewHostImpl::CreateRenderView(
|
|
|