mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Nuking types should be recognized as a recompilation by enclosing monitors, bug 735012. r=dvander
This commit is contained in:
parent
1ff7271386
commit
2f124d21ed
@ -362,6 +362,8 @@ ClearAllFrames(JSCompartment *compartment)
|
||||
|
||||
ExpandInlineFrames(compartment);
|
||||
|
||||
compartment->types.recompilations++;
|
||||
|
||||
for (VMFrame *f = compartment->jaegerCompartment()->activeFrame();
|
||||
f != NULL;
|
||||
f = f->previous) {
|
||||
|
Loading…
Reference in New Issue
Block a user