| Index: content/browser/resources/media/stats_table.js
|
| diff --git a/content/browser/resources/media/stats_table.js b/content/browser/resources/media/stats_table.js
|
| index a9d2ab0543d41bf564411c4abb7c9a05d2b171bd..8ad804a089f6ed094a730770946d345b395ca470 100644
|
| --- a/content/browser/resources/media/stats_table.js
|
| +++ b/content/browser/resources/media/stats_table.js
|
| @@ -142,7 +142,7 @@ var StatsTable = (function(ssrcInfoManager) {
|
| trElement.cells[1].textContent = value;
|
|
|
| // Highlights the table for the active connection.
|
| - if (rowName == 'googActiveConnection' && value == 'true')
|
| + if (rowName == 'googActiveConnection' && value == true)
|
| statsTable.parentElement.classList.add('stats-table-active-connection');
|
| }
|
| };
|
|
|