| Index: src/compiler/common-operator.h
|
| diff --git a/src/compiler/common-operator.h b/src/compiler/common-operator.h
|
| index 9e4d259bc9476fd18757d2c5a3a9d57b6d05d6a3..5df372de049548b148c985b2c10c1ebe696d3dac 100644
|
| --- a/src/compiler/common-operator.h
|
| +++ b/src/compiler/common-operator.h
|
| @@ -19,7 +19,7 @@ namespace compiler {
|
| class CallDescriptor;
|
| struct CommonOperatorGlobalCache;
|
| class Operator;
|
| -
|
| +class Type;
|
|
|
| // Prediction hint for branches.
|
| enum class BranchHint : uint8_t { kNone, kTrue, kFalse };
|
|
|