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

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

Issue 2729773004: Make observatory 'pub serve' work again in Dartium (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/lib/src/elements/vm_view.dart
diff --git a/runtime/observatory/lib/src/elements/vm_view.dart b/runtime/observatory/lib/src/elements/vm_view.dart
index b635391d041d4dbc3a32726cf6ef00e7afad7b98..be5cdd7e13c9524c259f582db625f09c0a3b32b2 100644
--- a/runtime/observatory/lib/src/elements/vm_view.dart
+++ b/runtime/observatory/lib/src/elements/vm_view.dart
@@ -211,7 +211,7 @@ class VMViewElement extends HtmlElement implements Renderable {
..text = 'native heap allocation count',
new DivElement()
..classes = ['memberValue']
- ..text = _vm.heapAllocationCount
+ ..text = '${_vm.heapAllocationCount}'
],
new BRElement(),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698