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

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

Issue 2291233002: Converted Observatory instance-view element (Closed)
Patch Set: Addressed comments Created 4 years, 4 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/megamorphiccache_ref.dart
diff --git a/runtime/observatory/lib/src/elements/megamorphiccache_ref.dart b/runtime/observatory/lib/src/elements/megamorphiccache_ref.dart
index 95540082170f456805250edd405c15c68d49c1fa..7d6397619495930e77a9402cdf50d19bbcb20307 100644
--- a/runtime/observatory/lib/src/elements/megamorphiccache_ref.dart
+++ b/runtime/observatory/lib/src/elements/megamorphiccache_ref.dart
@@ -55,7 +55,7 @@ class MegamorphicCacheRefElement extends HtmlElement implements Renderable {
children = [
new AnchorElement(href: Uris.inspect(_isolate, object: _cache))
..children = [
- new SpanElement()..classes = ['emphatize']
+ new SpanElement()..classes = ['emphasize']
..text = 'MegarmorphicCache',
new SpanElement()..text = ' (${_cache.selector})'
]
« no previous file with comments | « runtime/observatory/lib/src/elements/instance_view.html ('k') | runtime/observatory/lib/src/elements/objectpool_ref.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698