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

Unified Diff: sdk/lib/core/errors.dart

Issue 17361004: Move FiftythreeBitOverflowError to VM-only patch file. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Adding rationale to error test. Created 7 years, 6 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 | « runtime/vm/symbols.h ('k') | tests/standalone/53bit_overflow_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/core/errors.dart
diff --git a/sdk/lib/core/errors.dart b/sdk/lib/core/errors.dart
index 245fc49fbc7b48dfacd23ba5cddcb921b4a871ea..060eba7c5a82d39a742a65b07a8f4896ab5ea331 100644
--- a/sdk/lib/core/errors.dart
+++ b/sdk/lib/core/errors.dart
@@ -235,13 +235,6 @@ class StackOverflowError implements Error {
String toString() => "Stack Overflow";
}
-class FiftyThreeBitOverflowError implements Error {
- final Object value;
-
- const FiftyThreeBitOverflowError(this.value);
- String toString() => "53-bit Overflow: $value";
-}
-
/**
* Error thrown when a lazily initialized variable cannot be initialized.
*
« no previous file with comments | « runtime/vm/symbols.h ('k') | tests/standalone/53bit_overflow_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698