Chromium Code Reviews| Index: runtime/vm/dart_api_impl.cc |
| diff --git a/runtime/vm/dart_api_impl.cc b/runtime/vm/dart_api_impl.cc |
| index 6c89434f9f61922d510ada6cc1f1ed48d9258304..b967e017e9a5963f64aeae04351d9cbd82676f36 100644 |
| --- a/runtime/vm/dart_api_impl.cc |
| +++ b/runtime/vm/dart_api_impl.cc |
| @@ -3524,7 +3524,7 @@ DART_EXPORT Dart_Handle Dart_Allocate(Dart_Handle type) { |
| if (field.is_static()) { |
| continue; |
| } |
| - field.UpdateGuardedCidAndLength(Object::null_object()); |
| + field.RecordStore(Object::null_object()); |
| } |
| } |
| } |