Chromium Code Reviews| Index: src/builtins/builtins.h |
| diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h |
| index 618958ce70e6d88745a24d10be1f6df84d9e31a0..113ba1f883093f0dad1a85d54fa124af67d44fe1 100644 |
| --- a/src/builtins/builtins.h |
| +++ b/src/builtins/builtins.h |
| @@ -130,6 +130,7 @@ namespace internal { |
| ASM(InterpreterPushArgsAndTailCall) \ |
| ASM(InterpreterPushArgsAndTailCallFunction) \ |
| ASM(InterpreterEnterBytecodeDispatch) \ |
| + ASM(InterpreterOnStackReplacement) \ |
| \ |
| /* Code life-cycle */ \ |
| ASM(CompileLazy) \ |