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 dd4a9e87fe80c801274dd0b79e0fc28414e3c732..2e1f6572d427817dc341f2d80b69843f632bea77 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.cc |
+++ b/content/browser/renderer_host/render_view_host_impl.cc |
@@ -750,8 +750,7 @@ void RenderViewHostImpl::SetWebUIProperty(const std::string& name, |
} else { |
RecordAction( |
base::UserMetricsAction("BindingsMismatchTerminate_RVH_WebUI")); |
- base::KillProcess( |
- GetProcess()->GetHandle(), content::RESULT_CODE_KILLED, false); |
+ GetProcess()->FastShutdown(content::RESULT_CODE_KILLED, false); |
} |
} |