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

Unified Diff: runtime/lib/errors_patch.dart

Issue 2485993002: VM: Support bootstrapping core libraries from Kernel binaries instead of source. (Closed)
Patch Set: Done Created 4 years, 1 month 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/lib/errors_patch.dart
diff --git a/runtime/lib/errors_patch.dart b/runtime/lib/errors_patch.dart
index bf0405922f5d7bcce314b3ff7c117fcf186fe3e5..e3197bf5408c7ab7ab0b5043cb425d77ae62704b 100644
--- a/runtime/lib/errors_patch.dart
+++ b/runtime/lib/errors_patch.dart
@@ -103,7 +103,7 @@ class _CastError extends Error implements CastError {
static _throwNew(int case_clause_pos) native "FallThroughError_throwNew";
- @patch String toString() {
+ String toString() {
return "'$_url': Switch case fall-through at line $_line.";
}

Powered by Google App Engine
This is Rietveld 408576698