Fix mismatched references
This commit is contained in:
parent
3a9e922175
commit
fe39d5d6f3
@ -116,10 +116,10 @@ BrowserUIShowHideObserver.prototype = {
|
|||||||
// ignore modifications of each tab
|
// ignore modifications of each tab
|
||||||
TST.getTabFromChild(target) ||
|
TST.getTabFromChild(target) ||
|
||||||
// ignore modifications in the location bar (ex. identity icon)
|
// ignore modifications in the location bar (ex. identity icon)
|
||||||
this.evaluateXPath(
|
TST.evaluateXPath(
|
||||||
'ancestor-or-self::xul:textbox',
|
'ancestor-or-self::xul:textbox',
|
||||||
target,
|
target,
|
||||||
Ci.nsIDOMXPathResult.FIRST_ORDERED_NODE_TYPE
|
Components.interfaces.nsIDOMXPathResult.FIRST_ORDERED_NODE_TYPE
|
||||||
).singleNodeValue
|
).singleNodeValue
|
||||||
)
|
)
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user