| 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 13523f616f25988393f71c01462759e50479af33..8ef42a06ca9c816361676a83890e514dec02ca40 100644
|
| --- a/content/browser/frame_host/navigator_impl.cc
|
| +++ b/content/browser/frame_host/navigator_impl.cc
|
| @@ -372,7 +372,7 @@ bool NavigatorImpl::NavigateToEntry(
|
|
|
| // Notify observers about navigation.
|
| if (delegate_) {
|
| - delegate_->DidStartNavigationToPendingEntry(render_frame_host,
|
| + delegate_->DidStartNavigationToPendingEntry(dest_render_frame_host,
|
| entry.GetURL(),
|
| reload_type);
|
| }
|
|
|