Index: src/x64/macro-assembler-x64.h |
diff --git a/src/x64/macro-assembler-x64.h b/src/x64/macro-assembler-x64.h |
index 52b58153aed9892ccc20bbe0998de42db959ebcb..aff496f62960749163fba59b82a3b549ff83a6a7 100644 |
--- a/src/x64/macro-assembler-x64.h |
+++ b/src/x64/macro-assembler-x64.h |
@@ -971,7 +971,7 @@ class MacroAssembler: public Assembler { |
void Throw(Register value); |
// Propagate an uncatchable exception out of the current JS stack. |
- void ThrowUncatchable(UncatchableExceptionType type, Register value); |
+ void ThrowUncatchable(Register value); |
// --------------------------------------------------------------------------- |
// Inline caching support |