Bug 910937: Remove xpc_UnmarkGrayObject and use JSAPI directly. r=mccr8
This commit is contained in:
@@ -1221,7 +1221,9 @@ void
|
||||
FragmentOrElement::MarkNodeChildren(nsINode* aNode)
|
||||
{
|
||||
JSObject* o = GetJSObjectChild(aNode);
|
||||
xpc_UnmarkGrayObject(o);
|
||||
if (o) {
|
||||
JS::ExposeObjectToActiveJS(o);
|
||||
}
|
||||
|
||||
nsEventListenerManager* elm = aNode->GetListenerManager(false);
|
||||
if (elm) {
|
||||
|
||||
Reference in New Issue
Block a user