| Index: ios/web/web_state/web_state_impl.h
|
| diff --git a/ios/web/web_state/web_state_impl.h b/ios/web/web_state/web_state_impl.h
|
| index ae65ba0003276316d288a11251ebbf9968ebf060..b4eb0626321f646a4403b2ac14fa27baaed96429 100644
|
| --- a/ios/web/web_state/web_state_impl.h
|
| +++ b/ios/web/web_state/web_state_impl.h
|
| @@ -83,7 +83,7 @@ class WebStateImpl : public WebState, public NavigationManagerDelegate {
|
| void OnNavigationCommitted(const GURL& url);
|
|
|
| // Notifies the observers that same page navigation did finish.
|
| - void OnSamePageNavigation(const GURL& url);
|
| + void OnSameDocumentNavigation(const GURL& url);
|
|
|
| // Notifies the observers that navigation to error page did finish.
|
| void OnErrorPageNavigation(const GURL& url);
|
|
|