Index: src/builtins.h |
diff --git a/src/builtins.h b/src/builtins.h |
index 16d7835de9c71f4a87dadff125a4589de94668f6..dbae84b00b8c47cc758885db1a330f63f1357406 100644 |
--- a/src/builtins.h |
+++ b/src/builtins.h |
@@ -204,12 +204,12 @@ enum BuiltinExtraArguments { |
DEBUG_BREAK) \ |
V(CallFunctionStub_DebugBreak, BUILTIN, DEBUG_STUB, \ |
DEBUG_BREAK) \ |
- V(CallFunctionStub_Recording_DebugBreak, BUILTIN, DEBUG_STUB, \ |
- DEBUG_BREAK) \ |
V(CallConstructStub_DebugBreak, BUILTIN, DEBUG_STUB, \ |
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, \ |