| Index: runtime/observatory/lib/src/elements/instance_ref.html
|
| diff --git a/runtime/observatory/lib/src/elements/instance_ref.html b/runtime/observatory/lib/src/elements/instance_ref.html
|
| index 6b1ee82d4ab065df6b91d9e106e20822df83b054..0a60ee973427feec841797768dc390314193396b 100644
|
| --- a/runtime/observatory/lib/src/elements/instance_ref.html
|
| +++ b/runtime/observatory/lib/src/elements/instance_ref.html
|
| @@ -42,7 +42,8 @@
|
| </a>
|
| </template>
|
|
|
| - <template if="{{ ref.isPlainInstance }}">
|
| + <!-- TODO(rmacnak): Specialized view for maps. -->
|
| + <template if="{{ ref.isPlainInstance || ref.isMap }}">
|
| <a on-click="{{ goto }}" _href="{{ url }}"><em>{{ ref.clazz.name }}</em></a>
|
| <curly-block callback="{{ expander() }}">
|
| <div class="memberList">
|
|
|