| OLD | NEW |
| (Empty) |
| 1 <link rel="import" href="../../../../packages/polymer/polymer.html"> | |
| 2 <link rel="import" href="breakpoint_list.html"> | |
| 3 <link rel="import" href="class_view.html"> | |
| 4 <link rel="import" href="code_view.html"> | |
| 5 <link rel="import" href="error_view.html"> | |
| 6 <link rel="import" href="field_view.html"> | |
| 7 <link rel="import" href="function_view.html"> | |
| 8 <link rel="import" href="heap_map.html"> | |
| 9 <link rel="import" href="heap_profile.html"> | |
| 10 <link rel="import" href="instance_view.html"> | |
| 11 <link rel="import" href="isolate_profile.html"> | |
| 12 <link rel="import" href="library_view.html"> | |
| 13 <link rel="import" href="observatory_element.html"> | |
| 14 <link rel="import" href="script_view.html"> | |
| 15 <link rel="import" href="stack_trace.html"> | |
| 16 <link rel="import" href="vm_view.html"> | |
| 17 <polymer-element name="service-view" extends="observatory-element"> | |
| 18 <!-- This element explicitly manages the child elements to avoid setting | |
| 19 an observable property on the old element to an invalid type. --> | |
| 20 </polymer-element> | |
| 21 | |
| 22 <script type="application/dart" src="service_view.dart"></script> | |
| OLD | NEW |