the xpidl stuff is not generating a 'const' for 'in boolean permenant' so
I forced it (by adding [const]. fixing an AIX build bustage r= morse@netscape.com #= 73945 git-svn-id: svn://10.0.0.236/trunk@90778 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -34,7 +34,7 @@ interface nsICookieManager : nsISupports
|
||||
{
|
||||
void removeAll();
|
||||
readonly attribute nsISimpleEnumerator enumerator;
|
||||
void remove(in string domain, in string name, in string path, in boolean permanent);
|
||||
void remove(in string domain, in string name, in string path, [const] in boolean permanent);
|
||||
};
|
||||
|
||||
%{ C++
|
||||
|
||||
Reference in New Issue
Block a user