| Index: lib/compiler/implementation/lib/interceptors.dart
 | 
| diff --git a/lib/compiler/implementation/lib/interceptors.dart b/lib/compiler/implementation/lib/interceptors.dart
 | 
| index 259a73404788dbcd399295d15eb904301526fcc0..f9c61cbd7543c382c7cbc03c228430c48f37e795 100644
 | 
| --- a/lib/compiler/implementation/lib/interceptors.dart
 | 
| +++ b/lib/compiler/implementation/lib/interceptors.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('interceptors');
 | 
| +#library('dart:_interceptors');
 | 
|  
 | 
|  #import('coreimpl.dart');
 | 
|  #import('js_helper.dart');
 | 
| 
 |