| Index: src/crankshaft/arm/lithium-arm.h
|
| diff --git a/src/crankshaft/arm/lithium-arm.h b/src/crankshaft/arm/lithium-arm.h
|
| index 103e12a919c91964af2813d875e79f33bb1acb4c..0bc32cef7681855cf0098b88e580a57d14700607 100644
|
| --- a/src/crankshaft/arm/lithium-arm.h
|
| +++ b/src/crankshaft/arm/lithium-arm.h
|
| @@ -533,6 +533,7 @@ class LApplyArguments final : public LTemplateInstruction<1, 4, 0> {
|
| }
|
|
|
| DECLARE_CONCRETE_INSTRUCTION(ApplyArguments, "apply-arguments")
|
| + DECLARE_HYDROGEN_ACCESSOR(ApplyArguments)
|
|
|
| LOperand* function() { return inputs_[0]; }
|
| LOperand* receiver() { return inputs_[1]; }
|
|
|