Index: src/ia32/regexp-macro-assembler-ia32.h |
diff --git a/src/ia32/regexp-macro-assembler-ia32.h b/src/ia32/regexp-macro-assembler-ia32.h |
index a06700a547b9f0b4d8f6a508f3908dea5b2d05c8..c3d9155700d44c7acfa6f090c3d8b64b1e69431f 100644 |
--- a/src/ia32/regexp-macro-assembler-ia32.h |
+++ b/src/ia32/regexp-macro-assembler-ia32.h |
@@ -227,6 +227,7 @@ class RegExpMacroAssemblerIA32: public RegExpMacroAssembler { |
// is GC-safe (i.e., doesn't leave absolute code addresses on the stack) |
inline void SafeCall(Label* to); |
inline void SafeReturn(); |
+ inline void SafeCallTarget(Label* name); |
// Pushes the value of a register on the backtrack stack. Decrements the |
// stack pointer (ecx) by a word size and stores the register's value there. |