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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user