| Index: src/compiler/js-operator.h
|
| diff --git a/src/compiler/js-operator.h b/src/compiler/js-operator.h
|
| index 1ce8173d61ea3094ae3d5941731514501d4acacd..dd0ab964334d5d4bfd08495dc149b1d9e0b2fad9 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 {
|
| private:
|
| Zone* zone() const { return zone_; }
|
|
|
| - const JSOperatorBuilderImpl& impl_;
|
| + const JSOperatorGlobalCache& cache_;
|
| Zone* const zone_;
|
| };
|
|
|
|
|