Index: src/ia32/macro-assembler-ia32.h |
diff --git a/src/ia32/macro-assembler-ia32.h b/src/ia32/macro-assembler-ia32.h |
index 8c135f2b6021c9b71e5dbf3eea44138fedb7c7a3..c46c81b4da5f65dadc2026b3500c0cd3c49f6457 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 |