backout offending part of patch in bug 158216, a=asa

git-svn-id: svn://10.0.0.236/trunk@128896 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
morse%netscape.com 2002-09-05 20:09:20 +00:00
parent a9307434b0
commit 8669c9c045

View File

@ -127,6 +127,7 @@ nsCookieService::OnStateChange(nsIWebProgress* aWebProgress,
{
if (progressStateFlags & STATE_IS_DOCUMENT)
if (progressStateFlags & STATE_STOP)
COOKIE_Write(); // will remove this once bug 158216 is fixed
COOKIE_Notify();
return NS_OK;
}