| Index: lib/compiler/implementation/lib/js_helper.dart
 | 
| diff --git a/lib/compiler/implementation/lib/js_helper.dart b/lib/compiler/implementation/lib/js_helper.dart
 | 
| index d34b8e3fb448c53df20a0e4d3e1e763feb638b97..c091ce24d3d9badfe1d696dce556fc244cfd4651 100644
 | 
| --- a/lib/compiler/implementation/lib/js_helper.dart
 | 
| +++ b/lib/compiler/implementation/lib/js_helper.dart
 | 
| @@ -2,7 +2,7 @@
 | 
|  // for details. All rights reserved. Use of this source code is governed by a
 | 
|  // BSD-style license that can be found in the LICENSE file.
 | 
|  
 | 
| -#library('js_helper');
 | 
| +#library('dart:_js_helper');
 | 
|  
 | 
|  #import('coreimpl.dart');
 | 
|  
 | 
| 
 |