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