Bug 815363 - Make the autocomplete inPrivateContext getter call a real method. r=mak

This commit is contained in:
Josh Matthews 2012-11-26 17:20:56 -05:00
Родитель 4aa6dca044
Коммит b3776072b9
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -170,7 +170,7 @@
</field>
<property name="inPrivateContext" readonly="true"
onget="this.PrivateBrowsingUtils.isPrivateWindow(window)"/>
onget="return this.PrivateBrowsingUtils.isWindowPrivate(window);"/>
<!-- This is the maximum number of drop-down rows we get when we
hit the drop marker beside fields that have it (like the URLbar).-->