| Index: runtime/lib/invocation_mirror_patch.dart
|
| diff --git a/runtime/lib/invocation_mirror_patch.dart b/runtime/lib/invocation_mirror_patch.dart
|
| index 619fb68637fb4df7ca35ac01ea0759178e0cdfff..a40a5c7dbb9ac4b336372302edb00a404d3e6111 100644
|
| --- a/runtime/lib/invocation_mirror_patch.dart
|
| +++ b/runtime/lib/invocation_mirror_patch.dart
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +// NOTE: When making changes to this class, please also update
|
| +// `VmTarget.instantiateInvocation` in `pkg/kernel/lib/target/vm.dart`.
|
| class _InvocationMirror implements Invocation {
|
| // Constants describing the invocation type.
|
| // _FIELD cannot be generated by regular invocation mirrors.
|
|
|