mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 866167 - GC: Make HashableValue::AutoRooter work r=terrence
This commit is contained in:
parent
18ed8e4e2b
commit
8acbc7c2f3
@ -519,10 +519,8 @@ AutoGCRooter::trace(JSTracer *trc)
|
|||||||
}
|
}
|
||||||
|
|
||||||
case HASHABLEVALUE: {
|
case HASHABLEVALUE: {
|
||||||
/*
|
|
||||||
HashableValue::AutoRooter *rooter = static_cast<HashableValue::AutoRooter *>(this);
|
HashableValue::AutoRooter *rooter = static_cast<HashableValue::AutoRooter *>(this);
|
||||||
rooter->trace(trc);
|
rooter->trace(trc);
|
||||||
*/
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user