bug 104894, parsing p3p compact policies, r=harishd, sr=alecf
git-svn-id: svn://10.0.0.236/trunk@108304 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -2006,7 +2006,7 @@ nsHTMLDocument::SetCookie(const nsAReadableString& aCookie)
|
||||
result = NS_ERROR_OUT_OF_MEMORY;
|
||||
char* cookie = ToNewCString(aCookie);
|
||||
if (cookie) {
|
||||
result = service->SetCookieString(mDocumentURL, prompt, cookie);
|
||||
result = service->SetCookieString(mDocumentURL, prompt, cookie, 0);
|
||||
nsCRT::free(cookie);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user