Index: lib/compiler/implementation/compiler.dart |
diff --git a/lib/compiler/implementation/compiler.dart b/lib/compiler/implementation/compiler.dart |
index 1b68df8719f13412a70e87a49c951672b67cbc8f..c905c402d58311fff64913290ef4bb2a4c9bf173 100644 |
--- a/lib/compiler/implementation/compiler.dart |
+++ b/lib/compiler/implementation/compiler.dart |
@@ -368,12 +368,9 @@ class Compiler implements DiagnosticListener { |
libraries['dart:core'] = coreLibrary; |
libraries['dart:coreimpl'] = coreImplLibrary; |
- assertMethod = coreLibrary.find(const SourceString('assert')); |
+ assertMethod = jsHelperLibrary.find(const SourceString('assert')); |
initializeSpecialClasses(); |
- |
- //patchDartLibrary(coreLibrary, 'core'); |
- //patchDartLibrary(coreImplLibrary, 'coreimpl'); |
} |
void importCoreLibrary(LibraryElement library) { |