mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 988486 - Attempt to fix rooting analysis bustage on a CLOSED TREE
This commit is contained in:
parent
cff60a26b3
commit
015135091d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user