giving up on mac for now, backing out some but not all of the changes
git-svn-id: svn://10.0.0.236/trunk@8842 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
e03f574b38
commit
ea58f0d336
@ -3816,6 +3816,9 @@ struct _CookieViewerDialog {
|
||||
*/
|
||||
char *GetTrustLabelString(char *CookieName)
|
||||
{
|
||||
#ifdef XP_MAC
|
||||
return NULL;
|
||||
#else
|
||||
XP_List * list_ptr, *Tptr;
|
||||
TrustEntry *TEntry;
|
||||
net_CookiePermissionStruct *cookperm;
|
||||
@ -4064,6 +4067,7 @@ char *GetTrustLabelString(char *CookieName)
|
||||
PR_FREEIF(szBy);
|
||||
|
||||
return szTemp;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user