| Index: runtime/bin/vmservice/client/deployed/web/index_devtools.html
|
| ===================================================================
|
| --- runtime/bin/vmservice/client/deployed/web/index_devtools.html (revision 37949)
|
| +++ runtime/bin/vmservice/client/deployed/web/index_devtools.html (working copy)
|
| @@ -13847,6 +13847,12 @@
|
| <div class="memberName">[{{ element['index']}}]</div>
|
| <div class="memberValue">
|
| <instance-ref ref="{{ element['value'] }}"></instance-ref>
|
| + <template if="{{ element['parentField'] != null }}">
|
| + in <field-ref ref="{{ element['parentField'] }}"></field-ref>
|
| + </template>
|
| + <template if="{{ element['parentListIndex'] != null }}">
|
| + at list index {{ element['parentListIndex'] }} of
|
| + </template>
|
| </div>
|
| </div>
|
| </template>
|
| @@ -17585,4 +17591,4 @@
|
|
|
| <observatory-application devtools="true"></observatory-application>
|
|
|
| -<script src="index_devtools.html_bootstrap.dart.js" async=""></script></body></html>
|
| +<script type="application/dart" src="index_devtools.html_bootstrap.dart"></script><script src="packages/browser/dart.js"></script></body></html>
|
|
|