From 6c25ae970c798e5e08f00f237f89a56f04fe10ac Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Wed, 28 Sep 2011 15:40:23 -0700 Subject: [PATCH] (no bug): Fix comment reference to RejoinInterpreter (now js_InternalInterpret). r=bhackett DONTBUILD --- js/src/methodjit/MethodJIT.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/methodjit/MethodJIT.h b/js/src/methodjit/MethodJIT.h index e20eb400d77e..c65f2dd95fbc 100644 --- a/js/src/methodjit/MethodJIT.h +++ b/js/src/methodjit/MethodJIT.h @@ -225,7 +225,7 @@ namespace mjit { /* * For a C++ or scripted call made from JIT code, indicates properties of the - * register and stack state after the call finishes, which RejoinInterpreter + * register and stack state after the call finishes, which js_InternalInterpret * must use to construct a coherent state for rejoining into the interpreter. */ enum RejoinState {