Commit 240f0e40 authored by radha%netscape.com's avatar radha%netscape.com
Browse files

Fix for bug # 41555 r=pollmann. Update SH with form values on reload too.

A fallout from one of the earlier checkins. THis should also fix another
bug pollmann has.
parent 0cedf981
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1103,6 +1103,8 @@ NS_IMETHODIMP nsDocShell::Reload(PRInt32 aReloadType)
   if ( aReloadType == nsIWebNavigation::reloadBypassProxyAndCache )
   	type = loadReloadBypassProxyAndCache;
   
   UpdateCurrentSessionHistory();

   NS_ENSURE_SUCCESS(InternalLoad(mCurrentURI, mReferrerURI, nsnull, nsnull, 
      nsnull, type), NS_ERROR_FAILURE);