| Index: src/mips/macro-assembler-mips.h
|
| diff --git a/src/mips/macro-assembler-mips.h b/src/mips/macro-assembler-mips.h
|
| index f7d1c12c5c111309d981a1454fabac783371160c..69b3f9d63a7b8f12f4dd0ecdd03e8bfd97c0ac35 100644
|
| --- a/src/mips/macro-assembler-mips.h
|
| +++ b/src/mips/macro-assembler-mips.h
|
| @@ -865,9 +865,7 @@ class MacroAssembler: public Assembler {
|
| // Exception handling.
|
|
|
| // Push a new try handler and link into try handler chain.
|
| - void PushTryHandler(CodeLocation try_location,
|
| - HandlerType type,
|
| - int handler_index);
|
| + void PushTryHandler(StackHandler::Kind kind, int handler_index);
|
|
|
| // Unlink the stack handler on top of the stack from the try handler chain.
|
| // Must preserve the result register.
|
|
|