Bug 866167 - GC: Make HashableValue::AutoRooter work r=terrence

This commit is contained in:
Jon Coppeard 2013-04-26 18:50:18 +01:00
Родитель 1369230f1e
Коммит 29fb6cbb63
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -519,10 +519,8 @@ AutoGCRooter::trace(JSTracer *trc)
}
case HASHABLEVALUE: {
/*
HashableValue::AutoRooter *rooter = static_cast<HashableValue::AutoRooter *>(this);
rooter->trace(trc);
*/
return;
}