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

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

Issue 1133473007: Add annotations for field and class declarations. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 7 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 | runtime/observatory/lib/src/elements/field_view.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/lib/src/elements/field_ref.html
diff --git a/runtime/observatory/lib/src/elements/field_ref.html b/runtime/observatory/lib/src/elements/field_ref.html
index bc74935bc8f6eab1c6df09f5ce82ae394c263fcb..762362a061104c69e391d55cf82c1bda27888a4f 100644
--- a/runtime/observatory/lib/src/elements/field_ref.html
+++ b/runtime/observatory/lib/src/elements/field_ref.html
@@ -11,11 +11,9 @@
<template if="{{ ref.isFinal }}">final</template>
<template if="{{ ref.isConst }}">const</template>
<template if="{{ (ref.declaredType.name == 'dynamic' &&
- !ref.isFinal && !ref.isConst) }}">
- var
- </template>
+ !ref.isFinal && !ref.isConst) }}">var</template>
<template if="{{ (ref.declaredType.name != 'dynamic') }}">
- <instance-ref ref="{{ ref.declaredType }}"></instance-ref>
+ <instance-ref ref="{{ ref.declaredType }}"></instance-ref>
</template>
<a on-click="{{ goto }}" title="{{ hoverText }}" _href="{{ url }}">{{ name }}</a>
</span>
« no previous file with comments | « no previous file | runtime/observatory/lib/src/elements/field_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698