diff --git a/js/src/methodjit/Retcon.cpp b/js/src/methodjit/Retcon.cpp index 5be0836f274..0dd1a740bd1 100644 --- a/js/src/methodjit/Retcon.cpp +++ b/js/src/methodjit/Retcon.cpp @@ -362,6 +362,8 @@ ClearAllFrames(JSCompartment *compartment) ExpandInlineFrames(compartment); + compartment->types.recompilations++; + for (VMFrame *f = compartment->jaegerCompartment()->activeFrame(); f != NULL; f = f->previous) {