| Index: lib/compiler/implementation/enqueue.dart
|
| ===================================================================
|
| --- lib/compiler/implementation/enqueue.dart (revision 13369)
|
| +++ lib/compiler/implementation/enqueue.dart (working copy)
|
| @@ -103,6 +103,10 @@
|
| compiler.enabledRuntimeType = true;
|
| }
|
|
|
| + if (element == compiler.functionApplyMethod) {
|
| + compiler.enabledFunctionApply = true;
|
| + }
|
| +
|
| // Enable isolate support if we start using something from the
|
| // isolate library.
|
| LibraryElement library = element.getLibrary();
|
|
|