summaryrefslogtreecommitdiffstats
path: root/ios/web/web_state/ui/crw_web_controller.mm
diff options
context:
space:
mode:
Diffstat (limited to 'ios/web/web_state/ui/crw_web_controller.mm')
-rw-r--r--ios/web/web_state/ui/crw_web_controller.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/web/web_state/ui/crw_web_controller.mm b/ios/web/web_state/ui/crw_web_controller.mm
index 7f298c8..01d6a55 100644
--- a/ios/web/web_state/ui/crw_web_controller.mm
+++ b/ios/web/web_state/ui/crw_web_controller.mm
@@ -2791,7 +2791,7 @@ const NSTimeInterval kSnapshotOverlayTransition = 0.5;
// that errors reported following the 'NO' reply can be safely ignored.
if ([self shouldClosePageOnNativeApplicationLoad])
[_delegate webPageOrderedClose];
- [self abortLoad];
+ [self stopLoading];
[_openedApplicationURL addObject:request.URL];
return NO;
}