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 666c9c70602ace05455985f80a14de313baa5493..1052d51cbc84d0dafc3a8af70f1054de56058ac6 100644 |
--- a/content/browser/frame_host/frame_tree_node.cc |
+++ b/content/browser/frame_host/frame_tree_node.cc |
@@ -87,7 +87,7 @@ void FrameTreeNode::ResetForNewProcess() { |
current_url_ = GURL(); |
// The RenderFrame no longer exists and will need to be created again. |
- current_frame_host()->set_render_frame_created(false); |
+ 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 |