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

Unified Diff: runtime/bin/vmservice/client/deployed/web/index_devtools.html

Issue 348043003: Observatory: Fix bug in field overview of a class (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: add deployed/ Created 6 years, 6 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/index_devtools.html
diff --git a/runtime/bin/vmservice/client/deployed/web/index_devtools.html b/runtime/bin/vmservice/client/deployed/web/index_devtools.html
index fe867e1e1e4d2ecdbbd9b759da5ef39bc61b9942..89d8fd9bf56f025252985bf27b4fafc2c05b0dc2 100644
--- a/runtime/bin/vmservice/client/deployed/web/index_devtools.html
+++ b/runtime/bin/vmservice/client/deployed/web/index_devtools.html
@@ -3819,7 +3819,7 @@ hr {
<div class="content">
<template if="{{ cls.fields.isNotEmpty }}">
- fields ({{ cls['fields'].length }})
+ fields ({{ cls.fields.length }})
<curly-block expand="{{ cls.fields.length <= 8 }}">
<div class="memberList">
<template repeat="{{ field in cls.fields }}">

Powered by Google App Engine
This is Rietveld 408576698