| Index: src/ia32/macro-assembler-ia32.h
|
| diff --git a/src/ia32/macro-assembler-ia32.h b/src/ia32/macro-assembler-ia32.h
|
| index 8a8ee2a30e722b369cef852cdd2977f35e307e5c..0be458551bf8f6813bd5bff6fc0a9c422317832d 100644
|
| --- a/src/ia32/macro-assembler-ia32.h
|
| +++ b/src/ia32/macro-assembler-ia32.h
|
| @@ -570,11 +570,11 @@ class MacroAssembler: public Assembler {
|
| // ---------------------------------------------------------------------------
|
| // Exception handling
|
|
|
| - // Push a new try handler and link it into try handler chain.
|
| - void PushTryHandler(StackHandler::Kind kind, int handler_index);
|
| + // Push a new stack handler and link it into stack handler chain.
|
| + void PushStackHandler();
|
|
|
| - // Unlink the stack handler on top of the stack from the try handler chain.
|
| - void PopTryHandler();
|
| + // Unlink the stack handler on top of the stack from the stack handler chain.
|
| + void PopStackHandler();
|
|
|
| // ---------------------------------------------------------------------------
|
| // Inline caching support
|
|
|