Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
This commit is contained in:
@@ -48,7 +48,7 @@ struct findIndexOfClosure
|
||||
PRUint32 resultIndex;
|
||||
};
|
||||
|
||||
PR_STATIC_CALLBACK(PRBool) FindElementCallback(void* aElement, void* aClosure);
|
||||
static PRBool FindElementCallback(void* aElement, void* aClosure);
|
||||
|
||||
NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(nsArray)
|
||||
NS_INTERFACE_MAP_ENTRY(nsIArray)
|
||||
|
||||
Reference in New Issue
Block a user