| Index: src/compiler/common-operator.h
|
| diff --git a/src/compiler/common-operator.h b/src/compiler/common-operator.h
|
| index 9b077c314f7703439974703648f982176cac25f5..ab3fa016bc45860068db10516b23ecd3179c9662 100644
|
| --- a/src/compiler/common-operator.h
|
| +++ b/src/compiler/common-operator.h
|
| @@ -19,7 +19,7 @@ namespace compiler {
|
|
|
| // Forward declarations.
|
| class CallDescriptor;
|
| -struct CommonOperatorBuilderImpl;
|
| +struct CommonOperatorGlobalCache;
|
| class Operator;
|
|
|
|
|
| @@ -172,7 +172,7 @@ class CommonOperatorBuilder FINAL {
|
| private:
|
| Zone* zone() const { return zone_; }
|
|
|
| - const CommonOperatorBuilderImpl& impl_;
|
| + const CommonOperatorGlobalCache& cache_;
|
| Zone* const zone_;
|
| };
|
|
|
|
|