Index: src/arm/assembler-arm.h |
diff --git a/src/arm/assembler-arm.h b/src/arm/assembler-arm.h |
index 879021df3b9755b7a954ed66e6a498f4b189467b..6505313d46fec67355e7620414fa12079e23aa45 100644 |
--- a/src/arm/assembler-arm.h |
+++ b/src/arm/assembler-arm.h |
@@ -1361,6 +1361,8 @@ class Assembler : public AssemblerBase { |
// Mark address of a debug break slot. |
void RecordDebugBreakSlot(); |
+ void RecordDebugBreakSlotForCall(int argc); |
+ void RecordDebugBreakSlotForConstructCall(); |
// Record the AST id of the CallIC being compiled, so that it can be placed |
// in the relocation information. |