| Index: sdk/lib/core/invocation_mirror.dart
|
| diff --git a/sdk/lib/core/invocation_mirror.dart b/sdk/lib/core/invocation_mirror.dart
|
| index b83ced22324789e1ffe9dbc2c1332af314794f0d..68769e3133d1f787e6a18ab49b35b1db96472ec1 100644
|
| --- a/sdk/lib/core/invocation_mirror.dart
|
| +++ b/sdk/lib/core/invocation_mirror.dart
|
| @@ -17,7 +17,7 @@ abstract class InvocationMirror {
|
| List get positionalArguments;
|
|
|
| /** An unmodifiable view of the named arguments of the call. */
|
| - Map<String, Dynamic> get namedArguments;
|
| + Map<String, dynamic> get namedArguments;
|
|
|
| /** Whether the invocation was a method call. */
|
| bool get isMethod;
|
|
|