| Index: ios/web/web_state/ui/crw_web_controller.mm
|
| diff --git a/ios/web/web_state/ui/crw_web_controller.mm b/ios/web/web_state/ui/crw_web_controller.mm
|
| index 783dc479b64dc91f3b12c6b9c12f8a4d4a8b62eb..cfa196272bc9bb0c4182f10a84c8df29376c43eb 100644
|
| --- a/ios/web/web_state/ui/crw_web_controller.mm
|
| +++ b/ios/web/web_state/ui/crw_web_controller.mm
|
| @@ -2214,6 +2214,7 @@ const NSTimeInterval kSnapshotOverlayTransition = 0.5;
|
| // FinishPageLoad, passing the exact same URL.
|
| self.webStateImpl->GetRequestTracker()->FinishPageLoad(
|
| _URLOnStartLoading, false);
|
| + _webStateImpl->SetIsLoading(false);
|
| }
|
| [_delegate webLoadCancelled:_URLOnStartLoading];
|
| break;
|
|
|