| Index: content/browser/frame_host/frame_tree_node.cc
|
| diff --git a/content/browser/frame_host/frame_tree_node.cc b/content/browser/frame_host/frame_tree_node.cc
|
| index 6c75717bc558cb39bda8029a440baf0435fa63e5..6d654aaa9007b084411932f0176b241770ba63e4 100644
|
| --- a/content/browser/frame_host/frame_tree_node.cc
|
| +++ b/content/browser/frame_host/frame_tree_node.cc
|
| @@ -88,9 +88,6 @@ void FrameTreeNode::RemoveChild(FrameTreeNode* child) {
|
| void FrameTreeNode::ResetForNewProcess() {
|
| current_url_ = GURL();
|
|
|
| - // The RenderFrame no longer exists and will need to be created again.
|
| - current_frame_host()->SetRenderFrameCreated(false);
|
| -
|
| // The children may not have been cleared if a cross-process navigation
|
| // commits before the old process cleans everything up. Make sure the child
|
| // nodes get deleted before swapping to a new process.
|
|
|