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

This commit is contained in:
morse%netscape.com 2002-09-05 20:09:20 +00:00
Родитель 88dea1316b
Коммит fadf215033
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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;
}