Chromium Code Reviews| Index: lib/core/errors.dart |
| diff --git a/lib/core/errors.dart b/lib/core/errors.dart |
| index 95953a23111df1681dd0787254604e952228c920..d374526232be58e0820910b8535e46dee317c5bb 100644 |
| --- a/lib/core/errors.dart |
| +++ b/lib/core/errors.dart |
| @@ -12,8 +12,7 @@ class AssertionError implements Error { |
| class TypeError implements AssertionError { |
| } |
| -// TODO(lrn): Rename to CastError according to specification. |
| -class CastException implements Error { |
| +class CastError implements Error { |
| } |
| /** |