mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1247381 - Restore a CC optimization dropped in bug 1105069 part 7; r=mccr8
This commit is contained in:
parent
ba668ac04b
commit
8c6ca45192
@ -209,7 +209,7 @@ NoteWeakMapsTracer::trace(JSObject* aMap, JS::GCCellPtr aKey,
|
||||
mChildTracer.mKey = aKey;
|
||||
mChildTracer.mKeyDelegate = kdelegate;
|
||||
|
||||
if (aValue.is<JSString>()) {
|
||||
if (!aValue.is<JSString>()) {
|
||||
JS::TraceChildren(&mChildTracer, aValue);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user