| Index: src/builtins.h
|
| diff --git a/src/builtins.h b/src/builtins.h
|
| index d977a4817c5309265b84fdf7f03106d8de2e52ec..a537ffaabaaf3a554fecf36d952935905d6498ef 100644
|
| --- a/src/builtins.h
|
| +++ b/src/builtins.h
|
| @@ -210,6 +210,8 @@ enum BuiltinExtraArguments {
|
| DEBUG_BREAK) \
|
| V(CallConstructStub_Recording_DebugBreak, BUILTIN, DEBUG_STUB, \
|
| DEBUG_BREAK) \
|
| + V(CallICStub_DebugBreak, CALL_IC, DEBUG_STUB, \
|
| + DEBUG_BREAK) \
|
| V(LoadIC_DebugBreak, LOAD_IC, DEBUG_STUB, \
|
| DEBUG_BREAK) \
|
| V(KeyedLoadIC_DebugBreak, KEYED_LOAD_IC, DEBUG_STUB, \
|
|
|