| Index: src/compiler/js-generic-lowering.h | 
| diff --git a/src/compiler/js-generic-lowering.h b/src/compiler/js-generic-lowering.h | 
| index 2f887048c3a5aef2891ac1aca282a20e800225b2..49c0925aca68f8c9a5bd7fcbe12bc5021e2db664 100644 | 
| --- a/src/compiler/js-generic-lowering.h | 
| +++ b/src/compiler/js-generic-lowering.h | 
| @@ -8,6 +8,7 @@ | 
| #include "src/v8.h" | 
|  | 
| #include "src/allocation.h" | 
| +#include "src/code-factory.h" | 
| #include "src/compiler/graph.h" | 
| #include "src/compiler/graph-reducer.h" | 
| #include "src/compiler/js-graph.h" | 
| @@ -55,7 +56,7 @@ class JSGenericLowering : public Reducer { | 
|  | 
| // Helpers to replace existing nodes with a generic call. | 
| void ReplaceWithCompareIC(Node* node, Token::Value token, bool pure); | 
| -  void ReplaceWithStubCall(Node* node, HydrogenCodeStub* stub, | 
| +  void ReplaceWithStubCall(Node* node, Callable callable, | 
| CallDescriptor::Flags flags); | 
| void ReplaceWithBuiltinCall(Node* node, Builtins::JavaScript id, int args); | 
| void ReplaceWithRuntimeCall(Node* node, Runtime::FunctionId f, int args = -1); | 
|  |