bug 789919, (snow-white) make addref/release of CCable objects faster by removing indirect refcnt increase/decrease, r=mccr8, test changes r=ehsan
This commit is contained in:
@@ -89,9 +89,11 @@ static const XPCOMFunctions kFrozenFunctions = {
|
||||
&NS_CStringSetIsVoid,
|
||||
&NS_CStringGetIsVoid,
|
||||
|
||||
// these functions were added post 1.9
|
||||
&NS_CycleCollectorSuspect2,
|
||||
nullptr
|
||||
// these functions were added post 1.9, but then made obsolete
|
||||
nullptr,
|
||||
nullptr,
|
||||
|
||||
&NS_CycleCollectorSuspect3,
|
||||
};
|
||||
|
||||
EXPORT_XPCOM_API(nsresult)
|
||||
|
||||
Reference in New Issue
Block a user