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
Родитель ffaf191867
Коммит e483eb5ff5
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

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