Index: src/arm/macro-assembler-arm.h |
diff --git a/src/arm/macro-assembler-arm.h b/src/arm/macro-assembler-arm.h |
index 45cca9042a6ad78d601b7489aae7b0187d4a1327..fad698ef072d29c935663c09deda57e2b117c8af 100644 |
--- a/src/arm/macro-assembler-arm.h |
+++ b/src/arm/macro-assembler-arm.h |
@@ -588,12 +588,12 @@ class MacroAssembler: public Assembler { |
// Must preserve the result register. |
void PopTryHandler(); |
- // Passes thrown value (in r0) to the handler of top of the try handler chain. |
+ // Passes thrown value to the handler of top of the try handler chain. |
void Throw(Register value); |
// Propagates an uncatchable exception to the top of the current JS stack's |
// handler chain. |
- void ThrowUncatchable(UncatchableExceptionType type, Register value); |
+ void ThrowUncatchable(Register value); |
// --------------------------------------------------------------------------- |
// Inline caching support |