Index: src/builtins.h |
diff --git a/src/builtins.h b/src/builtins.h |
index 6f9b760022fb443a1b843407ab67454003c7bf9e..e6b60c732cd4334666d393e427a3ae83a1e55411 100644 |
--- a/src/builtins.h |
+++ b/src/builtins.h |
@@ -180,12 +180,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, \ |