| 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="cpu_profile.html"> | 3 <link rel="import" href="cpu_profile.html"> |
| 4 <link rel="import" href="curly_block.html"> | 4 <link rel="import" href="curly_block.html"> |
| 5 <link rel="import" href="eval_box.html"> | 5 <link rel="import" href="eval_box.html"> |
| 6 <link rel="import" href="eval_link.html"> | 6 <link rel="import" href="eval_link.html"> |
| 7 <link rel="import" href="field_ref.html"> | 7 <link rel="import" href="field_ref.html"> |
| 8 <link rel="import" href="function_ref.html"> | 8 <link rel="import" href="function_ref.html"> |
| 9 <link rel="import" href="instance_ref.html"> | 9 <link rel="import" href="instance_ref.html"> |
| 10 <link rel="import" href="library_ref.html"> | 10 <link rel="import" href="library_ref.html"> |
| (...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 <br> | 233 <br> |
| 234 <stack-trace-tree-config id="stackTraceTreeConfig"></stack-trace-tree-conf
ig> | 234 <stack-trace-tree-config id="stackTraceTreeConfig"></stack-trace-tree-conf
ig> |
| 235 <br> | 235 <br> |
| 236 <div class="flex-row centered"> | 236 <div class="flex-row centered"> |
| 237 <div class="flex-item-90-percent outlined" style="margin: 16px; margin-l
eft: 8px; margin-right: 8px"> | 237 <div class="flex-item-90-percent outlined" style="margin: 16px; margin-l
eft: 8px; margin-right: 8px"> |
| 238 <cpu-profile-tree id="cpuProfileTree"></cpu-profile-tree> | 238 <cpu-profile-tree id="cpuProfileTree"></cpu-profile-tree> |
| 239 </div> | 239 </div> |
| 240 </div> | 240 </div> |
| 241 </div> | 241 </div> |
| 242 | 242 |
| 243 <hr> | |
| 244 | |
| 245 <div class="content-centered-big"> | 243 <div class="content-centered-big"> |
| 244 <hr> |
| 246 <source-inset location="{{ cls.location }}"> | 245 <source-inset location="{{ cls.location }}"> |
| 247 </source-inset> | 246 </source-inset> |
| 248 </div> | 247 </div> |
| 249 | 248 |
| 250 <view-footer></view-footer> | 249 <view-footer></view-footer> |
| 251 </template> | 250 </template> |
| 252 </polymer-element> | 251 </polymer-element> |
| 253 | 252 |
| 254 <script type="application/dart" src="class_view.dart"></script> | 253 <script type="application/dart" src="class_view.dart"></script> |
| OLD | NEW |