Bug 988486 - Attempt to fix rooting analysis bustage on a CLOSED TREE

This commit is contained in:
Jon Coppeard 2014-05-09 15:11:03 +01:00
parent cff60a26b3
commit 015135091d

View File

@ -160,7 +160,7 @@ function loadCallgraph(file)
suppressedFunctions[name] = true;
}
for (var gcName of [ 'jsgc.cpp:void Collect(JSRuntime*, uint8, int64, uint32, uint32)',
for (var gcName of [ 'void GCRuntime::collect(uint8, int64, uint32, uint32)',
'void js::MinorGC(JSRuntime*, uint32)' ])
{
assert(gcName in mangledName);