| Index: src/builtins.h
|
| diff --git a/src/builtins.h b/src/builtins.h
|
| index ab7722832fb01043aa4251a39a570ef576c3a71e..96eb85639581e931bd031e44b6ff168bd793895e 100644
|
| --- a/src/builtins.h
|
| +++ b/src/builtins.h
|
| @@ -230,6 +230,8 @@ enum BuiltinExtraArguments {
|
| DEBUG_BREAK) \
|
| V(KeyedStoreIC_DebugBreak, KEYED_STORE_IC, DEBUG_STUB, \
|
| DEBUG_BREAK) \
|
| + V(CompareNilIC_DebugBreak, COMPARE_NIL_IC, DEBUG_STUB, \
|
| + DEBUG_BREAK) \
|
| V(Slot_DebugBreak, BUILTIN, DEBUG_STUB, \
|
| DEBUG_BREAK) \
|
| V(PlainReturn_LiveEdit, BUILTIN, DEBUG_STUB, \
|
|
|