Index: src/crankshaft/x87/lithium-x87.h |
diff --git a/src/crankshaft/x87/lithium-x87.h b/src/crankshaft/x87/lithium-x87.h |
index de70638d9d0e1dfd70021636c6f27450211b690f..1d317bd91c0b73659bc23da7818ef97ccaaa44b4 100644 |
--- a/src/crankshaft/x87/lithium-x87.h |
+++ b/src/crankshaft/x87/lithium-x87.h |
@@ -553,6 +553,7 @@ class LApplyArguments final : public LTemplateInstruction<1, 4, 0> { |
LOperand* elements() { return inputs_[3]; } |
DECLARE_CONCRETE_INSTRUCTION(ApplyArguments, "apply-arguments") |
+ DECLARE_HYDROGEN_ACCESSOR(ApplyArguments) |
}; |