| Index: content/browser/frame_host/navigator_impl.cc
|
| diff --git a/content/browser/frame_host/navigator_impl.cc b/content/browser/frame_host/navigator_impl.cc
|
| index a2466205ae629dc0754116845a32da34d9605330..71453f0e3634b93770cfcf9e4238024437f9d62b 100644
|
| --- a/content/browser/frame_host/navigator_impl.cc
|
| +++ b/content/browser/frame_host/navigator_impl.cc
|
| @@ -387,9 +387,9 @@ bool NavigatorImpl::NavigateToEntry(
|
| FrameMsg_Navigate_Type::Value navigation_type = GetNavigationType(
|
| controller_->GetBrowserContext(), entry, reload_type);
|
| dest_render_frame_host->Navigate(
|
| - entry.ConstructCommonNavigationParams(dest_url, dest_referrer,
|
| - navigation_type, lofi_state,
|
| - navigation_start),
|
| + entry.ConstructCommonNavigationParams(frame_entry, dest_url,
|
| + dest_referrer, navigation_type,
|
| + lofi_state, navigation_start),
|
| entry.ConstructStartNavigationParams(),
|
| entry.ConstructRequestNavigationParams(
|
| frame_entry, is_same_document_history_load,
|
|
|