Bug 751280 - Remove 2-arg form of xpc_FastGetCachedWrapper. r=bholley

This commit is contained in:
Marco Castelluccio 2012-05-03 06:22:58 -04:00
parent c79cc1af9c
commit 26aae65fb6

View File

@ -154,13 +154,6 @@ xpc_FastGetCachedWrapper(nsWrapperCache *cache, JSObject *scope, jsval *vp)
return nsnull;
}
inline JSObject*
xpc_FastGetCachedWrapper(nsWrapperCache *cache, JSObject *scope)
{
jsval dummy;
return xpc_FastGetCachedWrapper(cache, scope, &dummy);
}
// The JS GC marks objects gray that are held alive directly or
// indirectly by an XPConnect root. The cycle collector explores only
// this subset of the JS heap.