Index: src/mips64/macro-assembler-mips64.h |
diff --git a/src/mips64/macro-assembler-mips64.h b/src/mips64/macro-assembler-mips64.h |
index 3e5617a1a384f6aba47e6cc9bac4fffef646aa54..1f7a4cac85b7280b32afbd4885f78ee882be0910 100644 |
--- a/src/mips64/macro-assembler-mips64.h |
+++ b/src/mips64/macro-assembler-mips64.h |
@@ -1034,10 +1034,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, |
@@ -1769,6 +1765,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, |