Chromium Code Reviews| Index: runtime/vm/parser.cc |
| =================================================================== |
| --- runtime/vm/parser.cc (revision 29540) |
| +++ runtime/vm/parser.cc (working copy) |
| @@ -2091,8 +2091,7 @@ |
| if (found) continue; |
| - field.UpdateCid(kNullCid); |
| - field.UpdateLength(Field::kNoFixedLength); |
| + field.UpdateGuardedCidAndLength(Object::Handle()); |
| } |
| } |