Chromium Code Reviews| Index: src/builtins.h |
| =================================================================== |
| --- src/builtins.h (revision 4816) |
| +++ src/builtins.h (working copy) |
| @@ -127,6 +127,7 @@ |
| V(KeyedLoadIC_DebugBreak, KEYED_LOAD_IC, DEBUG_BREAK) \ |
| V(StoreIC_DebugBreak, STORE_IC, DEBUG_BREAK) \ |
| V(KeyedStoreIC_DebugBreak, KEYED_STORE_IC, DEBUG_BREAK) \ |
| + V(Slot_DebugBreak, BUILTIN, DEBUG_BREAK) \ |
| V(PlainReturn_LiveEdit, BUILTIN, DEBUG_BREAK) \ |
| V(FrameDropper_LiveEdit, BUILTIN, DEBUG_BREAK) |
| #else |