Chromium Code Reviews| Index: content/browser/tab_contents/render_view_host_manager.cc |
| diff --git a/content/browser/tab_contents/render_view_host_manager.cc b/content/browser/tab_contents/render_view_host_manager.cc |
| index 003f359d0c772e94d103447fbc3c53e17cce4e60..e67308cb8d7a17439a8c91f899f6515fb7271aad 100644 |
| --- a/content/browser/tab_contents/render_view_host_manager.cc |
| +++ b/content/browser/tab_contents/render_view_host_manager.cc |
| @@ -664,7 +664,7 @@ RenderViewHost* RenderViewHostManager::UpdateRendererStateForNavigate( |
| // not have it's bindings set appropriately. |
| pending_web_ui_.reset(delegate_->CreateWebUIForRenderManager(entry.url())); |
| - // render_view_host_ will not be deleted before the end of this method, so we |
| + // render_view_host_ willz not be deleted before the end of this method, so we |
|
Charlie Reis
2011/08/13 18:39:24
Typo
cbentzel
2011/08/13 21:24:28
Done.
|
| // don't have to worry about this SiteInstance's ref count dropping to zero. |
| SiteInstance* curr_instance = render_view_host_->site_instance(); |