Chromium Code Reviews| Index: lib/compiler/implementation/lib/core_patch.dart |
| =================================================================== |
| --- lib/compiler/implementation/lib/core_patch.dart (revision 13413) |
| +++ lib/compiler/implementation/lib/core_patch.dart (working copy) |
| @@ -34,7 +34,7 @@ |
| patch static apply(Function function, |
| List positionalArguments, |
| [Map<String,Dynamic> namedArguments]) { |
| - return Primitives.applyFunction( |
| + return applyFunction( |
| function, positionalArguments, namedArguments); |
| } |
| } |