зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1110243 - CCGraphBuilder::NoteNativeChild should call CanSkipThis(). r=smaug
This commit is contained in:
Родитель
6b1e77b231
Коммит
a6fce3e639
|
@ -2312,7 +2312,9 @@ CCGraphBuilder::NoteNativeChild(void* aChild,
|
|||
}
|
||||
|
||||
MOZ_ASSERT(aParticipant, "Need a nsCycleCollectionParticipant!");
|
||||
NoteChild(aChild, aParticipant, edgeName);
|
||||
if (!aParticipant->CanSkipThis(aChild) || WantAllTraces()) {
|
||||
NoteChild(aChild, aParticipant, edgeName);
|
||||
}
|
||||
}
|
||||
|
||||
NS_IMETHODIMP_(void)
|
||||
|
|
Загрузка…
Ссылка в новой задаче