| Index: src/arm64/macro-assembler-arm64.h
|
| diff --git a/src/arm64/macro-assembler-arm64.h b/src/arm64/macro-assembler-arm64.h
|
| index 904cf50f176543857d89e530df540aae486627ca..c1f82a722176e4ee4830f21fe20dc1040767632c 100644
|
| --- a/src/arm64/macro-assembler-arm64.h
|
| +++ b/src/arm64/macro-assembler-arm64.h
|
| @@ -1068,7 +1068,7 @@ class MacroAssembler : public Assembler {
|
| void Throw(BailoutReason reason);
|
|
|
| // Throw a message string as an exception if a condition is not true.
|
| - void ThrowIf(Condition cc, BailoutReason reason);
|
| + void ThrowIf(Condition cond, BailoutReason reason);
|
|
|
| // Throw a message string as an exception if the value is a smi.
|
| void ThrowIfSmi(const Register& value, BailoutReason reason);
|
|
|