Index: src/x87/macro-assembler-x87.h |
diff --git a/src/x87/macro-assembler-x87.h b/src/x87/macro-assembler-x87.h |
index e801bf52f80958c2d9982d3984c1fb59f57a769f..c392598c91bf9750df72f82d3d2a7f7b19796656 100644 |
--- a/src/x87/macro-assembler-x87.h |
+++ b/src/x87/macro-assembler-x87.h |
@@ -535,11 +535,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 |