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