| Index: lib/compiler/implementation/compiler.dart
|
| ===================================================================
|
| --- lib/compiler/implementation/compiler.dart (revision 13413)
|
| +++ lib/compiler/implementation/compiler.dart (working copy)
|
| @@ -384,12 +384,10 @@
|
|
|
| assertMethod = jsHelperLibrary.find(const SourceString('assert'));
|
| identicalFunction = coreLibrary.find(const SourceString('identical'));
|
| + functionApplyMethod =
|
| + jsHelperLibrary.find(const SourceString('applyFunction'));
|
|
|
| initializeSpecialClasses();
|
| -
|
| - functionClass.ensureResolved(this);
|
| - functionApplyMethod =
|
| - functionClass.lookupLocalMember(const SourceString('apply'));
|
| }
|
|
|
| void loadCoreImplLibrary() {
|
|
|