| Index: src/snapshot/serialize.cc
|
| diff --git a/src/snapshot/serialize.cc b/src/snapshot/serialize.cc
|
| index 5f825044a19c4b64928241cf4d964587e916657a..c49c75b1c110d4012434c02a72a202b819185cfd 100644
|
| --- a/src/snapshot/serialize.cc
|
| +++ b/src/snapshot/serialize.cc
|
| @@ -622,8 +622,8 @@ MaybeHandle<Object> Deserializer::DeserializePartial(
|
| Object* root;
|
| Object* outdated_contexts;
|
| VisitPointer(&root);
|
| - VisitPointer(&outdated_contexts);
|
| DeserializeDeferredObjects();
|
| + VisitPointer(&outdated_contexts);
|
|
|
| // There's no code deserialized here. If this assert fires
|
| // then that's changed and logging should be added to notify
|
| @@ -1331,8 +1331,8 @@ void PartialSerializer::Serialize(Object** o) {
|
| back_reference_map()->AddGlobalProxy(context->global_proxy());
|
| }
|
| VisitPointer(o);
|
| - SerializeOutdatedContextsAsFixedArray();
|
| SerializeDeferredObjects();
|
| + SerializeOutdatedContextsAsFixedArray();
|
| Pad();
|
| }
|
|
|
|
|