| 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 e8d722d1a1843bd974b0ffc670af912c2836c958..17ca3b4db55c1d04d63947c27506c42d0b58a75e 100644
|
| --- a/content/browser/tab_contents/navigation_controller_impl.cc
|
| +++ b/content/browser/tab_contents/navigation_controller_impl.cc
|
| @@ -781,7 +781,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();
|
|
|