зеркало из https://github.com/mozilla/gecko-dev.git
Bug 866167 - GC: Make HashableValue::AutoRooter work r=terrence
This commit is contained in:
Родитель
1369230f1e
Коммит
29fb6cbb63
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче