| Index: content/browser/frame_host/navigation_request.cc
|
| diff --git a/content/browser/frame_host/navigation_request.cc b/content/browser/frame_host/navigation_request.cc
|
| index 37c48d16c641a91de2e030b0a327367d122834b8..6844c431e5047ef1663e868e4dd262d647a26686 100644
|
| --- a/content/browser/frame_host/navigation_request.cc
|
| +++ b/content/browser/frame_host/navigation_request.cc
|
| @@ -90,7 +90,7 @@ scoped_ptr<NavigationRequest> NavigationRequest::CreateBrowserInitiated(
|
| LoadFlagFromNavigationType(navigation_type), false),
|
| entry.ConstructRequestNavigationParams(
|
| frame_entry, navigation_start, is_same_document_history_load,
|
| - controller->HasCommittedRealLoad(frame_tree_node),
|
| + frame_tree_node->has_committed_real_load(),
|
| controller->GetPendingEntryIndex() == -1,
|
| controller->GetIndexOfEntry(&entry),
|
| controller->GetLastCommittedEntryIndex(),
|
|
|