| Index: src/type-info.h
|
| diff --git a/src/type-info.h b/src/type-info.h
|
| index 4518049cd366961e4f378a95c99a825af60cd613..a715bc786ef17d03e191fbb0c705c129e99ed213 100644
|
| --- a/src/type-info.h
|
| +++ b/src/type-info.h
|
| @@ -231,6 +231,7 @@ class UnaryOperation;
|
| class BinaryOperation;
|
| class Call;
|
| class CompareOperation;
|
| +class CountOperation;
|
| class CompilationInfo;
|
| class Property;
|
| class CaseClause;
|
| @@ -263,6 +264,7 @@ class TypeFeedbackOracle BASE_EMBEDDED {
|
| TypeInfo BinaryType(BinaryOperation* expr);
|
| TypeInfo CompareType(CompareOperation* expr);
|
| TypeInfo SwitchType(CaseClause* clause);
|
| + TypeInfo IncrementType(CountOperation* expr);
|
|
|
| private:
|
| ZoneMapList* CollectReceiverTypes(unsigned ast_id,
|
|
|