| 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 bcc7afbd77b985b35613968e319d9c9ead935241..27c7c9ccc18c38b6f418de10ee59ecfc9c7fc284 100644
|
| --- a/ios/web/web_state/ui/crw_web_controller.mm
|
| +++ b/ios/web/web_state/ui/crw_web_controller.mm
|
| @@ -1801,10 +1801,6 @@ const NSTimeInterval kSnapshotOverlayTransition = 0.5;
|
| GURL navUrl = params.url;
|
| ui::PageTransition transition = params.transition_type;
|
| DCHECK(!(transition & ui::PAGE_TRANSITION_FORWARD_BACK));
|
| - // This method is allowed to handle reload only for transient items, which
|
| - // is essentially loading the same URL again.
|
| - DCHECK(!(transition & ui::PAGE_TRANSITION_RELOAD) ||
|
| - self.navigationManagerImpl->GetTransientItem());
|
|
|
| BOOL initialNavigation = NO;
|
| // Clear transient view before making any changes to history and navigation
|
|
|