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

Unified Diff: runtime/observatory/lib/src/elements/error_view.dart

Issue 2862383002: Clarify presentation of the target in retaining paths. (Closed)
Patch Set: review Created 3 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/observatory/lib/src/elements/error_view.dart
diff --git a/runtime/observatory/lib/src/elements/error_view.dart b/runtime/observatory/lib/src/elements/error_view.dart
index 7d9363709ca7c4437c796e9e0d446bd582090a22..cfc4cd95975677146cfafda96dec6d7c47ca168c 100644
--- a/runtime/observatory/lib/src/elements/error_view.dart
+++ b/runtime/observatory/lib/src/elements/error_view.dart
@@ -89,6 +89,6 @@ class ErrorViewElement extends HtmlElement implements Renderable {
case M.ErrorKind.terminationError:
return 'Termination Error';
}
- throw new Exception('Unkown M.ErrorKind ($kind)');
+ throw new Exception('Unknown M.ErrorKind ($kind)');
}
}
« no previous file with comments | « runtime/observatory/lib/src/elements/css/shared.css ('k') | runtime/observatory/lib/src/elements/inbound_references.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698