Gecko engine for Wine
Go to file
Edward Lee 39f333a78e Bug 500598 - Undefined item in tabContainer.childNodes after closing tabs
The childNodes NodeList keeps its indices even after removal, so it's safer to convert the array-like thing into an actual array. Condense the QueryInterface code to the instanceof magic.
2009-06-25 22:46:14 -07:00
services Bug 500598 - Undefined item in tabContainer.childNodes after closing tabs 2009-06-25 22:46:14 -07:00