Index: chrome/browser/resources/hung_renderer_dialog.js |
=================================================================== |
--- chrome/browser/resources/hung_renderer_dialog.js (revision 109988) |
+++ chrome/browser/resources/hung_renderer_dialog.js (working copy) |
@@ -56,7 +56,7 @@ |
if (cr.isViews) |
forEach(document.querySelectorAll('.button-strip'), reverseChildren); |
- chrome.send('requestTabContentsList'); |
+ chrome.send('requestTabContentsList') |
} |
/** |
@@ -74,7 +74,7 @@ |
listItem.style.backgroundImage = url('chrome://favicon/size/32/' + |
tabDetailsList[i].url); |
listItem.textContent = tabDetailsList[i].title; |
- $('tab-table').appendChild(listItem); |
+ $('tab-table').appendChild(listItem) |
} |
} |