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