| Index: sdk/lib/html/html_common/conversions_dartium.dart
|
| diff --git a/sdk/lib/html/html_common/conversions_dartium.dart b/sdk/lib/html/html_common/conversions_dartium.dart
|
| index 3c358175e88b489b45241bbf8228309bfb3754fd..03b2d345b564287753c7ce392025129498a79c0b 100644
|
| --- a/sdk/lib/html/html_common/conversions_dartium.dart
|
| +++ b/sdk/lib/html/html_common/conversions_dartium.dart
|
| @@ -103,7 +103,7 @@ convertDartToNative_Dictionary(Map dict) {
|
| class _ReturnedDictionary {
|
| Map _values;
|
|
|
| - noSuchMethod(InvocationMirror invocation) {
|
| + noSuchMethod(Invocation invocation) {
|
| var key = MirrorSystem.getName(invocation.memberName);
|
| if (invocation.isGetter) {
|
| return _values[key];
|
|
|