| Index: content/browser/tab_contents/navigation_controller_impl.cc
|
| diff --git a/content/browser/tab_contents/navigation_controller_impl.cc b/content/browser/tab_contents/navigation_controller_impl.cc
|
| index 5cdd8cceef9f8cdf2365b557bee42ce558228b1e..fbc0427273d92d764fcedfa6cfbbbb3529401752 100644
|
| --- a/content/browser/tab_contents/navigation_controller_impl.cc
|
| +++ b/content/browser/tab_contents/navigation_controller_impl.cc
|
| @@ -782,7 +782,9 @@ content::NavigationType NavigationControllerImpl::ClassifyNavigation(
|
| temp.append(",");
|
| }
|
| GURL url(temp);
|
| - tab_contents_->GetRenderViewHost()->Send(new ViewMsg_TempCrashWithData(url));
|
| + static_cast<RenderViewHostImpl*>(
|
| + tab_contents_->GetRenderViewHost())->Send(
|
| + new ViewMsg_TempCrashWithData(url));
|
| return content::NAVIGATION_TYPE_NAV_IGNORE;
|
| }
|
| NavigationEntryImpl* existing_entry = entries_[existing_entry_index].get();
|
|
|