| Index: sdk/lib/_internal/lib/js_mirrors.dart
|
| diff --git a/sdk/lib/_internal/lib/js_mirrors.dart b/sdk/lib/_internal/lib/js_mirrors.dart
|
| index e7ebddbf3807b940a1673af306f5001fa38cbf14..161af4fece90b390a3ce06842a68bf528402392d 100644
|
| --- a/sdk/lib/_internal/lib/js_mirrors.dart
|
| +++ b/sdk/lib/_internal/lib/js_mirrors.dart
|
| @@ -2171,11 +2171,6 @@ function(reflectee) {
|
|
|
| // TODO(ahe): Implement this method.
|
| String get source => throw new UnimplementedError();
|
| -
|
| - // TODO(ahe): Implement this method.
|
| - InstanceMirror findInContext(Symbol name, {ifAbsent: null}) {
|
| - throw new UnsupportedError("ClosureMirror.findInContext not yet supported");
|
| - }
|
| }
|
|
|
| class JsMethodMirror extends JsDeclarationMirror implements MethodMirror {
|
|
|