Chromium Code Reviews| Index: runtime/vm/parser.cc |
| diff --git a/runtime/vm/parser.cc b/runtime/vm/parser.cc |
| index c1778b4eb12b3eba61d3a086af1492b1495f9d50..578d5c89ff99dacc83a456dd10c36a3eb516da69 100644 |
| --- a/runtime/vm/parser.cc |
| +++ b/runtime/vm/parser.cc |
| @@ -2087,6 +2087,7 @@ void Parser::CheckConstFieldsInitialized(const Class& cls) { |
| String::Handle(field.name()).ToCString()); |
| } else { |
| field.UpdateCid(kNullCid); |
| + field.UpdateLength(Field::kNoLength); |
| } |
| } |
| } |