| Index: src/compiler/js-inlining.h
|
| diff --git a/src/compiler/js-inlining.h b/src/compiler/js-inlining.h
|
| index 2f8dfa031e2611015814973cfbec6d4e99fbeef7..659315a5dd450134e55b3ff4532990abfda64c1c 100644
|
| --- a/src/compiler/js-inlining.h
|
| +++ b/src/compiler/js-inlining.h
|
| @@ -36,9 +36,7 @@ class JSInliner final : public AdvancedReducer {
|
| JSGraph* jsgraph_;
|
|
|
| Node* CreateArgumentsAdaptorFrameState(JSCallFunctionAccessor* call,
|
| - Handle<JSFunction> jsfunction,
|
| Zone* temp_zone);
|
| - void AddClosureToFrameState(Node* frame_state, Handle<JSFunction> jsfunction);
|
|
|
| Reduction InlineCall(Node* call, Inlinee& inlinee);
|
| };
|
|
|