[gardening] Update PatchClass::patched_class_ to wrapped_class_ in pkg/vm_snapshot_analsysis.

Cf. 99db606bab

Change-Id: I653ab3d8d4bb0ccee0bfeed7e8ab5d2c219b6924
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/311928
Reviewed-by: Alexander Aprelev <aam@google.com>
Reviewed-by: Martin Kustermann <kustermann@google.com>
Commit-Queue: Ryan Macnak <rmacnak@google.com>
This commit is contained in:
Ryan Macnak 2023-06-29 18:34:37 +00:00 committed by Commit Queue
parent e6b7459abc
commit a4f59b8c20

View file

@ -440,7 +440,7 @@ class _ProgramInfoBuilder {
type: NodeType.functionNode);
case 'PatchClass':
return getInfoNodeFor(node['patched_class_']!);
return getInfoNodeFor(node['wrapped_class_']!);
case 'Class':
// Default to root node. Some builtin classes (void, dynamic) don't have