| Index: sdk/lib/mirrors/mirrors.dart
|
| diff --git a/sdk/lib/mirrors/mirrors.dart b/sdk/lib/mirrors/mirrors.dart
|
| index 7fb810e9b87d3ff865768437e9ce35f6ba18f0f5..6d7717bd9eea841ff240f5e3f39fce1b22cba1cb 100644
|
| --- a/sdk/lib/mirrors/mirrors.dart
|
| +++ b/sdk/lib/mirrors/mirrors.dart
|
| @@ -518,11 +518,6 @@ abstract class ClosureMirror implements InstanceMirror {
|
| */
|
| InstanceMirror apply(List positionalArguments,
|
| [Map<Symbol, dynamic> namedArguments]);
|
| -
|
| - /**
|
| - * Not yet supported. Calling this method throws an [UnsupportedError].
|
| - */
|
| - InstanceMirror findInContext(Symbol name, {ifAbsent: null});
|
| }
|
|
|
| /**
|
|
|