Upstream version 9.37.193.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / browser / android / renderer_host / xwalk_render_view_host_ext.cc
index e983880..7877ade 100644 (file)
@@ -95,7 +95,7 @@ void XWalkRenderViewHostExt::SetJsOnlineProperty(bool network_up) {
   Send(new XWalkViewMsg_SetJsOnlineProperty(network_up));
 }
 
-void XWalkRenderViewHostExt::RenderViewGone(base::TerminationStatus status) {
+void XWalkRenderViewHostExt::RenderProcessGone(base::TerminationStatus status) {
   DCHECK(CalledOnValidThread());
   for (std::map<int, DocumentHasImagesResult>::iterator pending_req =
            pending_document_has_images_requests_.begin();