| Index: src/compiler/js-operator.h
|
| diff --git a/src/compiler/js-operator.h b/src/compiler/js-operator.h
|
| index 4927ce56f386cf57b5e9ee0f8efca9423c7cc502..ad3277fbad7dfbb8de63ea284b6d23cd3b729314 100644
|
| --- a/src/compiler/js-operator.h
|
| +++ b/src/compiler/js-operator.h
|
| @@ -14,7 +14,7 @@ namespace compiler {
|
|
|
| // Forward declarations.
|
| class Operator;
|
| -struct JSOperatorBuilderImpl;
|
| +struct JSOperatorGlobalCache;
|
|
|
|
|
| // Defines the arity and the call flags for a JavaScript function call. This is
|
| @@ -264,7 +264,7 @@ class JSOperatorBuilder FINAL : public ZoneObject {
|
| private:
|
| Zone* zone() const { return zone_; }
|
|
|
| - const JSOperatorBuilderImpl& impl_;
|
| + const JSOperatorGlobalCache& cache_;
|
| Zone* const zone_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(JSOperatorBuilder);
|
|
|