Index: src/arm/lithium-arm.h |
diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h |
index ef87913a264eb64fb27e46c25298c3765a93b873..2fa0ce3aa6a526d246d4a72df75e9766f6af9fbc 100644 |
--- a/src/arm/lithium-arm.h |
+++ b/src/arm/lithium-arm.h |
@@ -1473,6 +1473,7 @@ class LInvokeFunction: public LTemplateInstruction<1, 1, 0> { |
virtual void PrintDataTo(StringStream* stream); |
int arity() const { return hydrogen()->argument_count() - 1; } |
+ Handle<JSFunction> known_function() { return hydrogen()->known_function(); } |
}; |