| Index: src/builtins/builtins.h
|
| diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h
|
| index e421fb3d8e2999a5b10bd51206453885b4b9284c..e33a5ebd4c8256fa9b7eb21c16f2631b19c24bfc 100644
|
| --- a/src/builtins/builtins.h
|
| +++ b/src/builtins/builtins.h
|
| @@ -109,7 +109,6 @@ namespace internal {
|
| \
|
| /* Interpreter */ \
|
| ASM(InterpreterEntryTrampoline) \
|
| - ASM(InterpreterMarkBaselineOnReturn) \
|
| ASM(InterpreterPushArgsAndCall) \
|
| ASM(InterpreterPushArgsAndCallFunction) \
|
| ASM(InterpreterPushArgsAndTailCall) \
|
|
|