| Index: src/arm/macro-assembler-arm.h
|
| diff --git a/src/arm/macro-assembler-arm.h b/src/arm/macro-assembler-arm.h
|
| index 73bc072dea6e3c4c6e4113b506054d3b746c9612..f92aab4eb0d0e04de37914ed8eb81d00a1131f30 100644
|
| --- a/src/arm/macro-assembler-arm.h
|
| +++ b/src/arm/macro-assembler-arm.h
|
| @@ -643,12 +643,12 @@ class MacroAssembler: public Assembler {
|
| // ---------------------------------------------------------------------------
|
| // Exception handling
|
|
|
| - // Push a new try handler and link into try handler chain.
|
| - void PushTryHandler(StackHandler::Kind kind, int handler_index);
|
| + // Push a new stack handler and link into stack handler chain.
|
| + void PushStackHandler();
|
|
|
| - // Unlink the stack handler on top of the stack from the try handler chain.
|
| + // Unlink the stack handler on top of the stack from the stack handler chain.
|
| // Must preserve the result register.
|
| - void PopTryHandler();
|
| + void PopStackHandler();
|
|
|
| // ---------------------------------------------------------------------------
|
| // Inline caching support
|
|
|