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 bc26b3ac8858fdcc2b793d3af7ec9dd3e8d242b6..55d61ab3769375a9b70eefcb5bd6acff13d57cc8 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.cc |
+++ b/content/browser/renderer_host/render_view_host_impl.cc |
@@ -749,8 +749,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()->Shutdown(content::RESULT_CODE_KILLED, false); |
} |
} |