| Index: src/compiler/js-generic-lowering.h
|
| diff --git a/src/compiler/js-generic-lowering.h b/src/compiler/js-generic-lowering.h
|
| index a841464565c6c6893b1be2663f1288fa3ea357dc..eb234b84ff3a94fa27b5aa4c4b9255cd4ed3bc27 100644
|
| --- a/src/compiler/js-generic-lowering.h
|
| +++ b/src/compiler/js-generic-lowering.h
|
| @@ -41,7 +41,7 @@ class JSGenericLowering : public Reducer {
|
| void PatchInsertInput(Node* node, int index, Node* input);
|
|
|
| // Helpers to replace existing nodes with a generic call.
|
| - void ReplaceWithCompareIC(Node* node, Token::Value token, bool pure);
|
| + void ReplaceWithCompareIC(Node* node, Token::Value token);
|
| void ReplaceWithStubCall(Node* node, Callable c, CallDescriptor::Flags flags);
|
| void ReplaceWithBuiltinCall(Node* node, Builtins::JavaScript id, int args);
|
| void ReplaceWithRuntimeCall(Node* node, Runtime::FunctionId f, int args = -1);
|
|
|