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

Unified Diff: runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/instance_view.html

Issue 215213003: Rework the <field-view> page. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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/bin/vmservice/client/deployed/web/packages/observatory/src/elements/instance_view.html
diff --git a/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/instance_view.html b/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/instance_view.html
index 8cfdc616b8076909806ad316935b2bbcbc6aa66b..f89a371e9a80ca5c6e94885dec9c7d70b2c034be 100644
--- a/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/instance_view.html
+++ b/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/instance_view.html
@@ -3,6 +3,7 @@
<link rel="import" href="error_view.html">
<link rel="import" href="eval_box.html">
<link rel="import" href="field_ref.html">
+ <link rel="import" href="function_ref.html">
<link rel="import" href="instance_ref.html">
<link rel="import" href="observatory_element.html">
<link rel="import" href="nav_bar.html">
@@ -80,6 +81,15 @@
</div>
</div>
</template>
+ <template if="{{ instance['closureFunc'] != null }}">
+ <div class="memberItem">
+ <div class="memberName">closure function</div>
+ <div class="memberValue">
+ <function-ref ref="{{ instance['closureFunc'] }}">
+ </function-ref>
+ </div>
+ </div>
+ </template>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698