зеркало из https://github.com/mozilla/gecko-dev.git
bug 17339, document.cookie throwing exception, r=neeti
This commit is contained in:
Родитель
c478b18e85
Коммит
e6ef0218a9
|
@ -165,13 +165,11 @@ nsCookieService::GetCookieString(nsIURI *aURL, nsString& aCookie) {
|
|||
if (nsnull != cookie) {
|
||||
aCookie.SetString(cookie);
|
||||
nsCRT::free(cookie);
|
||||
result = NS_OK;
|
||||
} else {
|
||||
aCookie.SetString("");
|
||||
result = NS_ERROR_FAILURE;
|
||||
}
|
||||
nsCRT::free(spec);
|
||||
return result;
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
|
|
Загрузка…
Ссылка в новой задаче