diff --git a/xpcom/base/nsCycleCollector.cpp b/xpcom/base/nsCycleCollector.cpp index d70cb1f468b..9624e882b58 100644 --- a/xpcom/base/nsCycleCollector.cpp +++ b/xpcom/base/nsCycleCollector.cpp @@ -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); } }