Index: content/browser/resources/media/new/media_internals.html |
diff --git a/content/browser/resources/media/new/media_internals.html b/content/browser/resources/media/new/media_internals.html |
index 8a41e7f585bda6958aad9d611678d2f63f0ad3ba..fc9e73b7d4e8d7b81825d19fd6946a7188b48062 100644 |
--- a/content/browser/resources/media/new/media_internals.html |
+++ b/content/browser/resources/media/new/media_internals.html |
@@ -9,6 +9,7 @@ found in the LICENSE file. |
<meta charset="utf-8"> |
<title i18n-content="Media Internals"></title> |
<link rel="stylesheet" href="media_internals.css"> |
+ <script src="chrome://resources/js/cr.js"></script> |
</head> |
<body> |
@@ -32,6 +33,7 @@ found in the LICENSE file. |
</tr> |
</thead> |
</table> |
+ <ul id="graphs"></ul> |
</div> |
<div id="log-wrapper"> |
<h2> |
@@ -45,8 +47,7 @@ found in the LICENSE file. |
<td>Value</td> |
</tr> |
</thead> |
- <tbody> |
- </tbody> |
+ <tbody></tbody> |
</table> |
</div> |
</div> |