Chromium Code Reviews| Index: runtime/vm/parser.cc |
| diff --git a/runtime/vm/parser.cc b/runtime/vm/parser.cc |
| index 51a1005ff694d8f517105fc1b1f063bbd3e301d9..b975aa212f25faffc6d613f4284e6f21ebb59c8c 100644 |
| --- a/runtime/vm/parser.cc |
| +++ b/runtime/vm/parser.cc |
| @@ -2297,7 +2297,7 @@ void Parser::CheckFieldsInitialized(const Class& cls) { |
| if (found) continue; |
| - field.UpdateGuardedCidAndLength(Object::Handle(isolate())); |
| + field.RecordStore(Object::Handle(isolate())); |
| } |
| } |