| OLD | NEW |
| 1 <link rel="import" href="../../../../packages/polymer/polymer.html"> | 1 <link rel="import" href="../../../../packages/polymer/polymer.html"> |
| 2 <link rel="import" href="error_view.html"> | 2 <link rel="import" href="error_view.html"> |
| 3 <link rel="import" href="field_ref.html"> | |
| 4 <link rel="import" href="inbound_reference.html"> | 3 <link rel="import" href="inbound_reference.html"> |
| 5 <link rel="import" href="instance_ref.html"> | |
| 6 <link rel="import" href="object_common.html"> | 4 <link rel="import" href="object_common.html"> |
| 7 <link rel="import" href="eval_link.html"> | 5 <link rel="import" href="eval_link.html"> |
| 8 | 6 |
| 9 <polymer-element name="megamorphiccache-view"> | 7 <polymer-element name="megamorphiccache-view"> |
| 10 <template> | 8 <template> |
| 11 <link rel="stylesheet" href="css/shared.css"> | 9 <link rel="stylesheet" href="css/shared.css"> |
| 12 <nav-bar> | 10 <nav-bar> |
| 13 <top-nav-menu></top-nav-menu> | 11 <top-nav-menu></top-nav-menu> |
| 14 <vm-nav-menu vm="{{ megamorphicCache.isolate.vm }}"></vm-nav-menu> | 12 <vm-nav-menu vm="{{ megamorphicCache.isolate.vm }}"></vm-nav-menu> |
| 15 <isolate-nav-menu isolate="{{ megamorphicCache.isolate }}"></isolate-nav-m
enu> | 13 <isolate-nav-menu isolate="{{ megamorphicCache.isolate }}"></isolate-nav-m
enu> |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 </div> | 49 </div> |
| 52 | 50 |
| 53 </div> | 51 </div> |
| 54 | 52 |
| 55 <hr> | 53 <hr> |
| 56 <view-footer></view-footer> | 54 <view-footer></view-footer> |
| 57 </template> | 55 </template> |
| 58 </polymer-element> | 56 </polymer-element> |
| 59 | 57 |
| 60 <script type="application/dart" src="megamorphiccache_view.dart"></script> | 58 <script type="application/dart" src="megamorphiccache_view.dart"></script> |
| OLD | NEW |