Chromium Code Reviews| Index: src/compiler/pipeline.cc |
| diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc |
| index 22c90e2a03a06445644afd62dc46ff9f5ccffc67..9a8b6e8b6c1cff6c3e22bf4c077b8c305d3169c1 100644 |
| --- a/src/compiler/pipeline.cc |
| +++ b/src/compiler/pipeline.cc |
| @@ -393,6 +393,8 @@ class SourcePositionWrapper final : public Reducer { |
| return reducer_->Reduce(node); |
| } |
| + void Finalize() final { reducer_->Finalize(); } |
| + |
| private: |
| Reducer* const reducer_; |
| SourcePositionTable* const table_; |