| Index: lib/compiler/implementation/native_handler.dart
 | 
| ===================================================================
 | 
| --- lib/compiler/implementation/native_handler.dart	(revision 11641)
 | 
| +++ lib/compiler/implementation/native_handler.dart	(working copy)
 | 
| @@ -79,7 +79,6 @@
 | 
|    String libraryName = uri.toString();
 | 
|    if (library.entryCompilationUnit.script.name.contains(
 | 
|            'dart/tests/compiler/dart2js_native')
 | 
| -      || libraryName == 'dart:dom_deprecated'
 | 
|        || libraryName == 'dart:isolate'
 | 
|        || libraryName == 'dart:html') {
 | 
|      library.canUseNative = true;
 | 
| 
 |