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) { |
kasperl
2012/10/09 11:35:18
else if?
ngeoffray
2012/10/09 11:56:58
Done.
|
+ compiler.enabledFunctionApply = true; |
+ } |
+ |
// Enable isolate support if we start using something from the |
// isolate library. |
LibraryElement library = element.getLibrary(); |