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

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

Issue 2119733003: Wrapping leaf nodes in non polymer elements (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Converted vm-connect Created 4 years, 5 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/heap_snapshot.dart
diff --git a/runtime/observatory/lib/src/elements/heap_snapshot.dart b/runtime/observatory/lib/src/elements/heap_snapshot.dart
index 4894e9fcb8d83bf9b6b82071599fe0a75dc3ee3e..8afe7e36df0568be6a235476922a524aaa6237b8 100644
--- a/runtime/observatory/lib/src/elements/heap_snapshot.dart
+++ b/runtime/observatory/lib/src/elements/heap_snapshot.dart
@@ -75,7 +75,7 @@ class DominatorTreeRow extends TableTreeRow {
gap.style.display = 'inline-block';
firstColumn.children.add(gap);
- AnyServiceRefElement objectRef = new Element.tag("any-service-ref");
+ AnyServiceRefElementWrapper objectRef = new Element.tag("any-service-ref");
snapshot.isolate.getObjectByAddress(vertex.address).then((obj) {
objectRef.ref = obj;
});
« no previous file with comments | « runtime/observatory/lib/src/elements/heap_profile.html ('k') | runtime/observatory/lib/src/elements/heap_snapshot.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698