зеркало из https://github.com/mozilla/pjs.git
Bug 394660: fix incorrect instanceof check, r=neil
This commit is contained in:
Родитель
77015ad091
Коммит
5f49dac548
|
@ -49,7 +49,7 @@ function(event)
|
|||
|
||||
if (element.ownerDocument != getBrowser().contentDocument ||
|
||||
!linkToolbarUI.isLinkToolbarEnabled() ||
|
||||
!element instanceof Components.interfaces.nsIDOMHTMLLinkElement ||
|
||||
!(element instanceof Components.interfaces.nsIDOMHTMLLinkElement) ||
|
||||
!element.href || (!element.rel && !element.rev))
|
||||
return;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче