Chromium Code Reviews| Index: runtime/vm/raw_object_snapshot.cc |
| =================================================================== |
| --- runtime/vm/raw_object_snapshot.cc (revision 41244) |
| +++ runtime/vm/raw_object_snapshot.cc (working copy) |
| @@ -1365,9 +1365,6 @@ |
| // Set the object tags. |
| context.set_tags(tags); |
| - // Set the isolate implicitly. |
| - context.set_isolate(reader->isolate()); |
| - |
| // Set all the object fields. |
| // TODO(5411462): Need to assert No GC can happen here, even though |
| // allocations may happen. |