Fix mismatched references

This commit is contained in:
YUKI Hiroshi 2015-09-28 21:42:05 +09:00
parent 3a9e922175
commit fe39d5d6f3

View File

@ -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;