| 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 a47f2f09c0313b26aee3637519152d132ccf324f..80d5838e9ba3ac27d2760cd9d30099ace60b0cbb 100644
|
| --- a/ios/web/web_state/ui/crw_web_controller.mm
|
| +++ b/ios/web/web_state/ui/crw_web_controller.mm
|
| @@ -1396,7 +1396,7 @@ const NSTimeInterval kSnapshotOverlayTransition = 0.5;
|
| _pendingNavigationInfo
|
| ? [_pendingNavigationInfo HTTPMethod]
|
| : [self currentBackForwardListItemHolder]->http_method();
|
| - return [HTTPMethod isEqual:@"POST"];
|
| + return [HTTPMethod isEqual:@"POST"] || self.currentNavItem->HasPostData();
|
| }
|
|
|
| - (BOOL)isCurrentNavigationBackForward {
|
|
|