| Index: src/compiler/js-generic-lowering.h
|
| diff --git a/src/compiler/js-generic-lowering.h b/src/compiler/js-generic-lowering.h
|
| index 5ee759bcc8c458cfe8244a2979d74d6090833661..f4acdf63056eac79e6bfa16bff000e4b96d6ecab 100644
|
| --- a/src/compiler/js-generic-lowering.h
|
| +++ b/src/compiler/js-generic-lowering.h
|
| @@ -36,6 +36,7 @@
|
| #undef DECLARE_LOWER
|
|
|
| // Helpers to replace existing nodes with a generic call.
|
| + void ReplaceWithCompareIC(Node* node, Token::Value token);
|
| void ReplaceWithStubCall(Node* node, Callable c, CallDescriptor::Flags flags);
|
| void ReplaceWithRuntimeCall(Node* node, Runtime::FunctionId f, int args = -1);
|
|
|
|
|