Bug 1448391. Remove pointless QI in tree's 'view' getter. r=gijs

This commit is contained in:
Boris Zbarsky 2018-03-26 13:35:04 -04:00
Родитель 5c75b305da
Коммит 9851f29e1d
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -59,9 +59,7 @@
onget="return this.treeBoxObject.columns;"/>
<property name="view"
onget="return this.treeBoxObject.view ?
this.treeBoxObject.view.QueryInterface(Components.interfaces.nsITreeView) :
null;"
onget="return this.treeBoxObject.view"
onset="return this.treeBoxObject.view = val;"/>
<property name="body"