Index: src/mips/macro-assembler-mips.h |
diff --git a/src/mips/macro-assembler-mips.h b/src/mips/macro-assembler-mips.h |
index 7835c91764a854d5bd4b9a4a2bc1331e762bf7c2..2e5cb9355dde20777efdc7c68e75b7690301e2eb 100644 |
--- a/src/mips/macro-assembler-mips.h |
+++ b/src/mips/macro-assembler-mips.h |
@@ -979,10 +979,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, |
@@ -1673,6 +1669,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, |