| Index: sdk/lib/_internal/lib/js_mirrors.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/lib/js_mirrors.dart (revision 32236)
|
| +++ sdk/lib/_internal/lib/js_mirrors.dart (working copy)
|
| @@ -2006,7 +2006,7 @@
|
| String get source => throw new UnimplementedError();
|
|
|
| // TODO(ahe): Implement this method.
|
| - InstanceMirror findInContext(Symbol name) {
|
| + InstanceMirror findInContext(Symbol name, {ifAbsent: null}) {
|
| throw new UnsupportedError("ClosureMirror.findInContext not yet supported");
|
| }
|
|
|
|
|