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 4740db90e2ebbb0308c9a96bcd8ee05137c79b54..0fffd461c1bb14bd3a80b7cebc2d0a72f9a4c9e1 100644 |
--- a/sdk/lib/_internal/lib/js_mirrors.dart |
+++ b/sdk/lib/_internal/lib/js_mirrors.dart |
@@ -1904,7 +1904,7 @@ function(reflectee) { |
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"); |
} |