regression: didn't work on Firefox 3.x
This commit is contained in:
parent
30608ffdf7
commit
cbcfc4e57b
@ -90,7 +90,7 @@ TreeStyleTabBrowser.prototype = {
|
||||
get tabTooltip()
|
||||
{
|
||||
return document.getElementById('tabbrowser-tab-tooltip') || // Firefox 4.0-
|
||||
this.evaluateXPath('descendant::xul:tooltip', b.mStrip, XPathResult.FIRST_ORDERED_NODE_TYPE).singleNodeValue; // -Firefox 3.6
|
||||
this.evaluateXPath('descendant::xul:tooltip', this.browser.mStrip, XPathResult.FIRST_ORDERED_NODE_TYPE).singleNodeValue; // -Firefox 3.6
|
||||
},
|
||||
|
||||
get tabbarDNDObserver()
|
||||
|
Loading…
x
Reference in New Issue
Block a user