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

Unified Diff: runtime/vm/exceptions.h

Issue 1318943005: Update range errors to agree on the numbers. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: More tests Created 5 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 75addb298881b9a10b46bccb36477c773da8a8a0..0bd97f8a849dc2eb53265fd843e2330b2aaffdf0 100644
--- a/runtime/vm/exceptions.h
+++ b/runtime/vm/exceptions.h
@@ -51,7 +51,6 @@ class Exceptions : AllStatic {
enum ExceptionType {
kNone,
kRange,
- kRangeRange,
Ivan Posva 2015/09/11 09:12:50 Thanks!
kArgument,
kArgumentValue,
kNoSuchMethod,

Powered by Google App Engine
This is Rietveld 408576698