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

Unified Diff: runtime/lib/mirrors_patch.dart

Issue 389573007: Remove MirroredCompilationError from the VM. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: rebase + regen snapshot test Created 6 years, 5 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/lib/mirrors.cc ('k') | runtime/tests/vm/dart/mirrored_compilation_error_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/lib/mirrors_patch.dart
diff --git a/runtime/lib/mirrors_patch.dart b/runtime/lib/mirrors_patch.dart
index b3eaf9a18531837ba5e5a126f3fc561d77cde446..962a1c73abfdd70dbd29af3592ca855605d5f0a2 100644
--- a/runtime/lib/mirrors_patch.dart
+++ b/runtime/lib/mirrors_patch.dart
@@ -101,14 +101,3 @@ patch class MirrorSystem {
static _mangleName(String name, _MirrorReference lib)
native "Mirrors_mangleName";
}
-
-// TODO(rmacnak): Eliminate this class.
-class MirroredCompilationError {
- final String message;
-
- MirroredCompilationError(this.message);
-
- String toString() {
- return "Compile-time error during mirrored execution: <$message>";
- }
-}
« no previous file with comments | « runtime/lib/mirrors.cc ('k') | runtime/tests/vm/dart/mirrored_compilation_error_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698