Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(526)

Unified Diff: lib/core/errors.dart

Issue 10977078: Rename CastException to CastError. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Now without the TODO. Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/compiler/implementation/lib/js_helper.dart ('k') | runtime/lib/error.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
}
/**
« no previous file with comments | « lib/compiler/implementation/lib/js_helper.dart ('k') | runtime/lib/error.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698