| 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="class_ref.html"> | |
| 3 | 2 |
| 4 <polymer-element name="heap-profile"> | 3 <polymer-element name="heap-profile"> |
| 5 <template> | 4 <template> |
| 6 <link rel="stylesheet" href="css/shared.css"> | 5 <link rel="stylesheet" href="css/shared.css"> |
| 7 <style> | 6 <style> |
| 8 .table { | 7 .table { |
| 9 border-collapse: collapse!important; | 8 border-collapse: collapse!important; |
| 10 margin-bottom: 20px | 9 margin-bottom: 20px |
| 11 table-layout: fixed; | 10 table-layout: fixed; |
| 12 } | 11 } |
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 </thead> | 200 </thead> |
| 202 <tbody id="classTableBody"> | 201 <tbody id="classTableBody"> |
| 203 </tbody> | 202 </tbody> |
| 204 </table> | 203 </table> |
| 205 <view-footer></view-footer> | 204 <view-footer></view-footer> |
| 206 </div> | 205 </div> |
| 207 </template> | 206 </template> |
| 208 </polymer-element> | 207 </polymer-element> |
| 209 | 208 |
| 210 <script type="application/dart" src="heap_profile.dart"></script> | 209 <script type="application/dart" src="heap_profile.dart"></script> |
| OLD | NEW |