| Index: runtime/lib/invocation_mirror_patch.dart
|
| diff --git a/runtime/lib/invocation_mirror_patch.dart b/runtime/lib/invocation_mirror_patch.dart
|
| index a40a5c7dbb9ac4b336372302edb00a404d3e6111..ef325e35b8e917467629d3da7d4560e3f58b3be1 100644
|
| --- a/runtime/lib/invocation_mirror_patch.dart
|
| +++ b/runtime/lib/invocation_mirror_patch.dart
|
| @@ -3,7 +3,8 @@
|
| // 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`.
|
| +// `VmTarget.instantiateInvocation` and `VmTarget._invocationType` in
|
| +// `pkg/kernel/lib/target/vm.dart`.
|
| class _InvocationMirror implements Invocation {
|
| // Constants describing the invocation type.
|
| // _FIELD cannot be generated by regular invocation mirrors.
|
|
|