зеркало из https://github.com/mozilla/pjs.git
OS/2 Tinderbox break
Need PR_CALLBACK for VisualAge
This commit is contained in:
Родитель
c79e5f1401
Коммит
f21f809e2e
|
@ -454,7 +454,7 @@ cookie_RemoveAllPermissions() {
|
|||
cookie_permissionList = NULL;
|
||||
}
|
||||
|
||||
PRBool deleteCookie(void *aElement, void *aData) {
|
||||
PRBool PR_CALLBACK deleteCookie(void *aElement, void *aData) {
|
||||
cookie_CookieStruct *cookie = (cookie_CookieStruct*)aElement;
|
||||
PR_FREEIF(cookie->path);
|
||||
PR_FREEIF(cookie->host);
|
||||
|
|
Загрузка…
Ссылка в новой задаче