| Index: sdk/lib/_internal/compiler/implementation/lib/core_patch.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/lib/core_patch.dart b/sdk/lib/_internal/compiler/implementation/lib/core_patch.dart
|
| index 1277851631dd158e3077470901b90d74aedc8073..bf551119de8130f25610b41890e46db33410c78a 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/lib/core_patch.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/lib/core_patch.dart
|
| @@ -36,7 +36,7 @@ patch class Object {
|
| patch class Function {
|
| patch static apply(Function function,
|
| List positionalArguments,
|
| - [Map<String,Dynamic> namedArguments]) {
|
| + [Map<String,dynamic> namedArguments]) {
|
| return Primitives.applyFunction(
|
| function, positionalArguments, namedArguments);
|
| }
|
|
|