mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 324449: comment tweak
This commit is contained in:
parent
863d236755
commit
40ed3cb58f
@ -1330,7 +1330,7 @@
|
||||
for (i = 0; i < this.mTabContainer.childNodes.length; ++i) {
|
||||
var tab = this.mTabContainer.childNodes[i];
|
||||
if ("owner" in tab && tab.owner == oldTab)
|
||||
// |tab| is a child of the tab we're removing - make it an orphan
|
||||
// |tab| is a child of the tab we're removing, make it an orphan
|
||||
tab.owner = null;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user