| Index: src/compiler/js-inlining.h
|
| diff --git a/src/compiler/js-inlining.h b/src/compiler/js-inlining.h
|
| index bb4cb9dd631b000453de42f3851c7e5e5f546b70..49487f5a0a7670c5ce82060213ef08355b0c30b5 100644
|
| --- a/src/compiler/js-inlining.h
|
| +++ b/src/compiler/js-inlining.h
|
| @@ -38,6 +38,7 @@ class JSInliner final : public AdvancedReducer {
|
| private:
|
| CommonOperatorBuilder* common() const;
|
| JSOperatorBuilder* javascript() const;
|
| + SimplifiedOperatorBuilder* simplified() const;
|
| Graph* graph() const;
|
| JSGraph* jsgraph() const { return jsgraph_; }
|
|
|
|
|