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

This commit is contained in:
Jon Coppeard 2013-04-26 18:50:18 +01:00
parent 18ed8e4e2b
commit 8acbc7c2f3

View File

@ -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;
} }