| Index: content/browser/web_contents/web_contents_impl.cc
|
| diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
|
| index d2161d5d4252e624c430faedfa36a4696bdc53f6..4dd91a2bc21205388447ac362142f7bec5739282 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -2647,7 +2647,7 @@ void WebContentsImpl::DidNavigateAnyFramePostCommit(
|
|
|
| // Notify observers about navigation.
|
| FOR_EACH_OBSERVER(WebContentsObserver, observers_,
|
| - DidNavigateAnyFrame(details, params));
|
| + DidNavigateAnyFrame(render_frame_host, details, params));
|
| }
|
|
|
| void WebContentsImpl::SetMainFrameMimeType(const std::string& mime_type) {
|
|
|