| Index: ios/web/navigation/crw_session_controller.mm
|
| diff --git a/ios/web/navigation/crw_session_controller.mm b/ios/web/navigation/crw_session_controller.mm
|
| index d175790efa26b6bb3168fac4cbfc65be230b00f4..32fd7940d70516b7f42c348e41653ce3aad4a708 100644
|
| --- a/ios/web/navigation/crw_session_controller.mm
|
| +++ b/ios/web/navigation/crw_session_controller.mm
|
| @@ -544,6 +544,7 @@ - (void)updateCurrentEntryWithURL:(const GURL&)url
|
| currentItem->SetURL(url);
|
| currentItem->SetSerializedStateObject(stateObject);
|
| currentItem->SetHasStateBeenReplaced(true);
|
| + currentItem->SetPostData(nil);
|
| currentEntry.navigationItem->SetURL(url);
|
| // If the change is to a committed entry, notify interested parties.
|
| if (currentEntry != self.pendingEntry && _navigationManager)
|
|
|