| Index: runtime/vm/parser.cc
|
| diff --git a/runtime/vm/parser.cc b/runtime/vm/parser.cc
|
| index 76cde6bd501077e175cca3f1c5f910c5b532b4cc..6848e74497ae76201ed9492029a75659e475ea37 100644
|
| --- a/runtime/vm/parser.cc
|
| +++ b/runtime/vm/parser.cc
|
| @@ -11978,6 +11978,7 @@ struct ConstantPosKey : ValueObject {
|
| class ConstMapKeyEqualsTraits {
|
| public:
|
| static const char* Name() { return "ConstMapKeyEqualsTraits"; }
|
| + static bool ReportStats() { return false; }
|
|
|
| static bool IsMatch(const Object& a, const Object& b) {
|
| const Array& key1 = Array::Cast(a);
|
|
|