| Index: runtime/lib/invocation_mirror_patch.dart
|
| diff --git a/runtime/lib/invocation_mirror_patch.dart b/runtime/lib/invocation_mirror_patch.dart
|
| index 5eedca095075c9ec67b08efe4aa54e87e865e010..4fb83f9b7992e233536018baf37499f874ce55a9 100644
|
| --- a/runtime/lib/invocation_mirror_patch.dart
|
| +++ b/runtime/lib/invocation_mirror_patch.dart
|
| @@ -25,7 +25,7 @@ class _InvocationMirror implements InvocationMirror {
|
| bool get isSetter => _type == SETTER;
|
|
|
| invokeOn(Object receiver) {
|
| - throw new UnsupportedOperation("invokeOn not implemented yet");
|
| + throw new UnsupportedError("invokeOn not implemented yet");
|
| }
|
| }
|
|
|
|
|