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

Unified Diff: runtime/vm/exceptions.h

Issue 10989013: Change IllegalArgumentException to ArgumentError. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated co19 test expectations. 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
Index: runtime/vm/exceptions.h
diff --git a/runtime/vm/exceptions.h b/runtime/vm/exceptions.h
index 19c5ff20b7edd60374551c965091d0116863f911..64fb773958b37500d3adf29811245fae967fd1e1 100644
--- a/runtime/vm/exceptions.h
+++ b/runtime/vm/exceptions.h
@@ -49,7 +49,7 @@ class Exceptions : AllStatic {
enum ExceptionType {
kIndexOutOfRange,
- kIllegalArgument,
+ kArgument,
kNoSuchMethod,
kClosureArgumentMismatch,
kObjectNotClosure,

Powered by Google App Engine
This is Rietveld 408576698