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