Nuking types should be recognized as a recompilation by enclosing monitors, bug 735012. r=dvander

This commit is contained in:
Brian Hackett 2012-04-10 12:10:04 -07:00
parent 1ff7271386
commit 2f124d21ed

View File

@ -362,6 +362,8 @@ ClearAllFrames(JSCompartment *compartment)
ExpandInlineFrames(compartment);
compartment->types.recompilations++;
for (VMFrame *f = compartment->jaegerCompartment()->activeFrame();
f != NULL;
f = f->previous) {