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

Unified Diff: runtime/vm/exceptions.h

Issue 1132603003: Change RangeError instances to use RangeError.range. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Tweaks Created 5 years, 7 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 de7e9e3bb41270e5d64285f16bc049f82c6ccff9..3d3e4cfca84619f7bdd3e0e1f3d5413981cdf448 100644
--- a/runtime/vm/exceptions.h
+++ b/runtime/vm/exceptions.h
@@ -50,6 +50,7 @@ class Exceptions : AllStatic {
enum ExceptionType {
kNone,
kRange,
+ kRangeRange,
kArgument,
kNoSuchMethod,
kFormat,

Powered by Google App Engine
This is Rietveld 408576698