| 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 faef12a1c264775fd88778fd9e68805f4dc25f00..243b0a2c0c65d243c6029214cd2c09f7f4824b1f 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_view_host_impl.cc
|
| @@ -1190,9 +1190,7 @@
|
| render_view_termination_status_ =
|
| static_cast<base::TerminationStatus>(status);
|
|
|
| - // Reset frame tree state associated with this process. This must happen
|
| - // before RenderViewTerminated because observers expect the subframes of any
|
| - // affected frames to be cleared first.
|
| + // Reset frame tree state associated with this process.
|
| delegate_->GetFrameTree()->RenderProcessGone(this);
|
|
|
| // Our base class RenderWidgetHost needs to reset some stuff.
|
|
|