| 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 ab23bd1d78b448d8f3835bdef5b53327d9ce6fc3..a8ac6e39465c766c05892a514cbfe1f2e2ba4f8e 100644
|
| --- a/ios/web/web_state/ui/crw_web_controller.mm
|
| +++ b/ios/web/web_state/ui/crw_web_controller.mm
|
| @@ -2204,6 +2204,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;
|
|
|