Index: content/browser/frame_host/navigation_controller_impl.cc |
diff --git a/content/browser/frame_host/navigation_controller_impl.cc b/content/browser/frame_host/navigation_controller_impl.cc |
index 55c5fa41d72e6f1f435093482dd176da73f556a6..cbb6084af0f6cc6b9b79a91dd69c3f6baee7d472 100644 |
--- a/content/browser/frame_host/navigation_controller_impl.cc |
+++ b/content/browser/frame_host/navigation_controller_impl.cc |
@@ -890,7 +890,7 @@ bool NavigationControllerImpl::RendererDidNavigate( |
// We may not find a frame_entry in some cases; ignore the PageState if so. |
// TODO(creis): Remove the "if" once https://crbug.com/522193 is fixed. |
if (frame_entry) |
- frame_entry->set_page_state(params.page_state); |
+ frame_entry->SetPageState(params.page_state); |
} else { |
active_entry->SetPageState(params.page_state); |
} |