adds back debug assertion that got lost during the latest cookie changes, patch=dwitte r+sr=darin

git-svn-id: svn://10.0.0.236/trunk@140571 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
darin%netscape.com
2003-04-02 07:13:35 +00:00
parent 3358821b5e
commit 5e1df135c6

View File

@@ -1918,6 +1918,7 @@ COOKIE_Write()
nsCOMPtr<nsIOutputStream> fileOutputStream;
rv = NS_NewLocalFileOutputStream(getter_AddRefs(fileOutputStream), file);
if (NS_FAILED(rv)) {
NS_ERROR("failed to open cookies.txt for writing");
return rv;
}