Index: src/mips/code-stubs-mips.cc |
diff --git a/src/mips/code-stubs-mips.cc b/src/mips/code-stubs-mips.cc |
index 1a0e7c353c8ca514c1a380c4613e686b25c2d335..852b3c9e66d4eec0621dd24822c3fae93e97faac 100644 |
--- a/src/mips/code-stubs-mips.cc |
+++ b/src/mips/code-stubs-mips.cc |
@@ -4140,7 +4140,7 @@ void JSEntryStub::GenerateBody(MacroAssembler* masm, bool is_construct) { |
// Invoke: Link this frame into the handler chain. There's only one |
// handler block in this code object, so its index is 0. |
__ bind(&invoke); |
- __ PushTryHandler(IN_JS_ENTRY, JS_ENTRY_HANDLER, 0); |
+ __ PushTryHandler(StackHandler::JS_ENTRY, 0); |
// If an exception not caught by another handler occurs, this handler |
// returns control to the code after the bal(&invoke) above, which |
// restores all kCalleeSaved registers (including cp and fp) to their |