| 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="action_link.html"> | 2 <link rel="import" href="action_link.html"> |
| 3 <link rel="import" href="script_inset.html"> | |
| 4 | 3 |
| 5 <polymer-element name="isolate-summary"> | 4 <polymer-element name="isolate-summary"> |
| 6 <template> | 5 <template> |
| 7 <link rel="stylesheet" href="css/shared.css"> | 6 <link rel="stylesheet" href="css/shared.css"> |
| 8 <div class="flex-row"> | 7 <div class="flex-row"> |
| 9 <div> | 8 <div> |
| 10 <isolate-ref ref="{{ isolate }}"></isolate-ref> | 9 <isolate-ref ref="{{ isolate }}"></isolate-ref> |
| 11 </div> | 10 </div> |
| 12 <div style="flex:1"></div> | 11 <div style="flex:1"></div> |
| 13 <div> | 12 <div> |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 at | 78 at |
| 80 <function-ref ref="{{ isolate.topFrame.function }}"> | 79 <function-ref ref="{{ isolate.topFrame.function }}"> |
| 81 </function-ref> | 80 </function-ref> |
| 82 (<source-link location="{{ isolate.topFrame.location }}"></source-link>) | 81 (<source-link location="{{ isolate.topFrame.location }}"></source-link>) |
| 83 </template> | 82 </template> |
| 84 | 83 |
| 85 </template> | 84 </template> |
| 86 </polymer-element> | 85 </polymer-element> |
| 87 | 86 |
| 88 <script type="application/dart" src="isolate_summary.dart"></script> | 87 <script type="application/dart" src="isolate_summary.dart"></script> |
| OLD | NEW |