Index: src/arm/macro-assembler-arm.h |
diff --git a/src/arm/macro-assembler-arm.h b/src/arm/macro-assembler-arm.h |
index caab8622ccf095d891649d521ee3dfe805abf404..dab6b687a81f76dc33238ebdfe78bfe752e1dc3e 100644 |
--- a/src/arm/macro-assembler-arm.h |
+++ b/src/arm/macro-assembler-arm.h |
@@ -652,10 +652,6 @@ |
const ParameterCount& actual, InvokeFlag flag, |
const CallWrapper& call_wrapper); |
- void FloodFunctionIfStepping(Register fun, Register new_target, |
- const ParameterCount& expected, |
- const ParameterCount& actual); |
- |
// Invoke the JavaScript function in the given register. Changes the |
// current context to the context in the function before invoking. |
void InvokeFunction(Register function, |
@@ -1458,6 +1454,10 @@ |
InvokeFlag flag, |
const CallWrapper& call_wrapper); |
+ void FloodFunctionIfStepping(Register fun, Register new_target, |
+ const ParameterCount& expected, |
+ const ParameterCount& actual); |
+ |
void InitializeNewString(Register string, |
Register length, |
Heap::RootListIndex map_index, |