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