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

Unified Diff: runtime/observatory/lib/src/elements/timeline_page.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/timeline_page.dart
diff --git a/runtime/observatory/lib/src/elements/timeline_page.dart b/runtime/observatory/lib/src/elements/timeline_page.dart
index d7dcb2fe9837a952f03364cb2c5a1279f76ae063..e5a5cee320d51f7aa99e32004de010111ff5c63d 100644
--- a/runtime/observatory/lib/src/elements/timeline_page.dart
+++ b/runtime/observatory/lib/src/elements/timeline_page.dart
@@ -196,7 +196,7 @@ class TimelinePageElement extends HtmlElement implements Renderable {
case _Profile.custom:
return 'Custom';
}
- throw new Exception('Unkown Profile ${profile}');
+ throw new Exception('Unknown Profile ${profile}');
}
Future _refresh() async {
« no previous file with comments | « runtime/observatory/lib/src/elements/retaining_path.dart ('k') | runtime/observatory/lib/src/elements/unknown_ref.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698