| Index: ios/web/public/web_state/web_state_observer.h
|
| diff --git a/ios/web/public/web_state/web_state_observer.h b/ios/web/public/web_state/web_state_observer.h
|
| index f54e88b86b37c7ecfe7add2a937c49de918b9664..6fb99f3540d0186c3bc8c172febc1fb887351271 100644
|
| --- a/ios/web/public/web_state/web_state_observer.h
|
| +++ b/ios/web/public/web_state/web_state_observer.h
|
| @@ -58,7 +58,7 @@ class WebStateObserver {
|
| virtual void PageLoaded(PageLoadCompletionStatus load_completion_status) {}
|
|
|
| // Called when the interstitial is dismissed by the user.
|
| - virtual void InsterstitialDismissed() {}
|
| + virtual void InterstitialDismissed() {}
|
|
|
| // Called on URL hash change events.
|
| virtual void UrlHashChanged() {}
|
|
|