| Index: src/x64/lithium-x64.h | 
| diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h | 
| index 4865d412097d42b136c796a61c071027a3c44744..0602c4f7079b27e5ce1b1917b2e62556c1c8f926 100644 | 
| --- a/src/x64/lithium-x64.h | 
| +++ b/src/x64/lithium-x64.h | 
| @@ -1447,6 +1447,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(); } | 
| }; | 
|  | 
|  | 
|  |