зеркало из https://github.com/mozilla/pjs.git
Bug 736763 - CanSkipInCC when adding roots. r=smaug
This commit is contained in:
Родитель
7033e933ea
Коммит
45e283015c
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче