| Index: runtime/lib/function_patch.dart
|
| diff --git a/runtime/lib/function_patch.dart b/runtime/lib/function_patch.dart
|
| index a82084e76086a18b3e9b98f2c2d5895792ca6327..581449bceee38cd2f1f1141649ee38d71bd685ff 100644
|
| --- a/runtime/lib/function_patch.dart
|
| +++ b/runtime/lib/function_patch.dart
|
| @@ -5,7 +5,7 @@
|
| patch class Function {
|
| /* patch */ static apply(Function function,
|
| List positionalArguments,
|
| - [Map<String,Dynamic> namedArguments]) {
|
| + [Map<String,dynamic> namedArguments]) {
|
| throw new UnimplementedError('Function.apply not implemented');
|
| }
|
| }
|
|
|