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

Unified Diff: runtime/observatory/lib/src/elements/megamorphiccache_view.html

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/megamorphiccache_view.html
diff --git a/runtime/observatory/lib/src/elements/megamorphiccache_view.html b/runtime/observatory/lib/src/elements/megamorphiccache_view.html
index 0454e0dfba7655df7d21843d564d6c9dac1cb7dc..0cd915984ed61caa764e948acd08e16bc73f0718 100644
--- a/runtime/observatory/lib/src/elements/megamorphiccache_view.html
+++ b/runtime/observatory/lib/src/elements/megamorphiccache_view.html
@@ -7,7 +7,6 @@
<link rel="import" href="instance_ref.html">
<link rel="import" href="observatory_element.html">
<link rel="import" href="object_common.html">
-<link rel="import" href="nav_bar.html">
<link rel="import" href="eval_link.html">
<polymer-element name="megamorphiccache-view" extends="observatory-element">
@@ -16,9 +15,11 @@
<nav-bar>
<top-nav-menu></top-nav-menu>
<vm-nav-menu vm="{{ megamorphicCache.isolate.vm }}"></vm-nav-menu>
- <isolate-nav-menu isolate="{{ megamorphicCache.isolate }}"></isolate-nav-menu>
+ <isolate-nav-menu isolate="{{ megamorphicCache.isolate }}"
+ ></isolate-nav-menu>
<nav-menu link="." anchor="object" last="{{ true }}"></nav-menu>
<nav-refresh callback="{{ refresh }}"></nav-refresh>
+ <nav-notify notifications="{{ app.notifications }}"></nav-notify>
</nav-bar>
<div class="content">
@@ -41,7 +42,7 @@
</div>
<div class="memberItem">
<div class="memberName">mask</div>
- <div class="memberValue">
+ <div class="memberValue">
{{ megamorphicCache.mask }}
</div>
</div>
@@ -54,7 +55,7 @@
</div>
</div>
-
+
<hr>
<view-footer></view-footer>
</template>
« no previous file with comments | « runtime/observatory/lib/src/elements/logging.html ('k') | runtime/observatory/lib/src/elements/metrics.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698