| Index: sdk/lib/_internal/compiler/compiler.dart
 | 
| diff --git a/sdk/lib/_internal/compiler/compiler.dart b/sdk/lib/_internal/compiler/compiler.dart
 | 
| index af37116e0c2f886f24101922d9fe9355027b2617..9ef6aa872abecac26fb0331dec3224c106fb6d4a 100644
 | 
| --- a/sdk/lib/_internal/compiler/compiler.dart
 | 
| +++ b/sdk/lib/_internal/compiler/compiler.dart
 | 
| @@ -8,8 +8,7 @@ import 'dart:uri';
 | 
|  import 'implementation/apiimpl.dart';
 | 
|  
 | 
|  // Unless explicitly allowed, passing [:null:] for any argument to the
 | 
| -// methods of library will result in a NullPointerException being
 | 
| -// thrown.
 | 
| +// methods of library will result in an Error being thrown.
 | 
|  
 | 
|  /**
 | 
|   * Returns a future that completes to the source corresponding to
 | 
| 
 |