| Index: dart/runtime/lib/invocation_mirror_patch.dart
|
| diff --git a/dart/runtime/lib/invocation_mirror_patch.dart b/dart/runtime/lib/invocation_mirror_patch.dart
|
| index c498eac3295201549688ffe324c366754e2e59c7..0b438c7562b8cc7afbe22489ba66a78fe4cff6a2 100644
|
| --- a/dart/runtime/lib/invocation_mirror_patch.dart
|
| +++ b/dart/runtime/lib/invocation_mirror_patch.dart
|
| @@ -2,7 +2,7 @@
|
| // 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.
|
|
|
| -class _InvocationMirror implements InvocationMirror {
|
| +class _InvocationMirror implements Invocation {
|
| // Constants describing the invocation type.
|
| // _FIELD cannot be generated by regular invocation mirrors.
|
| static const int _METHOD = 0;
|
|
|