Bug 736763 - CanSkipInCC when adding roots. r=smaug

This commit is contained in:
Andrew McCreight 2012-03-18 07:17:04 -07:00
Родитель 7033e933ea
Коммит 45e283015c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1916,7 +1916,7 @@ GCGraphBuilder::NoteRoot(PRUint32 langID, void *root,
return;
}
if (!participant->CanSkipThis(root) || WantAllTraces()) {
if (!participant->CanSkipInCC(root) || WantAllTraces()) {
AddNode(root, participant, langID);
}
}