| Index: sdk/lib/mirrors/mirrors.dart
|
| diff --git a/sdk/lib/mirrors/mirrors.dart b/sdk/lib/mirrors/mirrors.dart
|
| index 3737d4a2b3ca345506bd96891cd50944059eb3c1..0b9ebe52901ad6e493209ce56976a73721e9e9c7 100644
|
| --- a/sdk/lib/mirrors/mirrors.dart
|
| +++ b/sdk/lib/mirrors/mirrors.dart
|
| @@ -626,7 +626,7 @@ abstract class ClosureMirror implements InstanceMirror {
|
| * The returned value is the result of invoking the method [reflect] on
|
| * *v*.
|
| */
|
| - Future<InstanceMirror> findInContext(Symbol name);
|
| + InstanceMirror findInContext(Symbol name, {ifAbsent: null});
|
| }
|
|
|
| /**
|
|
|