| Index: src/compiler/js-inlining.h
|
| diff --git a/src/compiler/js-inlining.h b/src/compiler/js-inlining.h
|
| index 88cbf89128089a203651c0da3424fba386b67ae4..bb4cb9dd631b000453de42f3851c7e5e5f546b70 100644
|
| --- a/src/compiler/js-inlining.h
|
| +++ b/src/compiler/js-inlining.h
|
| @@ -36,6 +36,8 @@ class JSInliner final : public AdvancedReducer {
|
| Reduction ReduceJSCall(Node* node, Handle<JSFunction> function);
|
|
|
| private:
|
| + CommonOperatorBuilder* common() const;
|
| + JSOperatorBuilder* javascript() const;
|
| Graph* graph() const;
|
| JSGraph* jsgraph() const { return jsgraph_; }
|
|
|
|
|