| Index: runtime/vm/isolate.h
|
| diff --git a/runtime/vm/isolate.h b/runtime/vm/isolate.h
|
| index e1ee975d95bbc8976d7fb0af6cf056d8d5543d0e..9d5932428789d825c8160c022632d660448de769 100644
|
| --- a/runtime/vm/isolate.h
|
| +++ b/runtime/vm/isolate.h
|
| @@ -837,7 +837,7 @@ class Isolate : public BaseIsolate {
|
| uint32_t prefix_invalidation_gen_;
|
|
|
| // Protect access to boxed_field_list_.
|
| - Monitor* boxed_field_list_monitor_;
|
| + Mutex* boxed_field_list_mutex_;
|
| // List of fields that became boxed and that trigger deoptimization.
|
| RawGrowableObjectArray* boxed_field_list_;
|
|
|
|
|