OS/2 bustage

PR_STATIC_CALLBACK is not needed here


git-svn-id: svn://10.0.0.236/trunk@103261 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkaply%us.ibm.com
2001-09-20 02:38:56 +00:00
parent 9dff5d268e
commit 9de09dfa55
2 changed files with 2 additions and 2 deletions

View File

@@ -758,7 +758,7 @@ CloneRuleInto(nsISupports* aRule, void* aArray)
return PR_TRUE;
}
PR_STATIC_CALLBACK(PRBool)
static PRBool
SetParentRuleReference(nsISupports* aRule, void* aParentRule)
{
nsICSSRule* rule = (nsICSSRule*)aRule;

View File

@@ -758,7 +758,7 @@ CloneRuleInto(nsISupports* aRule, void* aArray)
return PR_TRUE;
}
PR_STATIC_CALLBACK(PRBool)
static PRBool
SetParentRuleReference(nsISupports* aRule, void* aParentRule)
{
nsICSSRule* rule = (nsICSSRule*)aRule;