Update the comment on gPrivateBrowsingUI.privateWindow (no bug, DONTBUILD)

This commit is contained in:
Ehsan Akhgari 2012-07-03 10:31:23 -04:00
Родитель 5e8b4e4f9c
Коммит 473c7d68a2
1 изменённых файлов: 1 добавлений и 3 удалений

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

@ -7162,9 +7162,7 @@ let gPrivateBrowsingUI = {
},
/**
* These accessors are used to support per-window Private Browsing mode.
* For now the getter returns nsIPrivateBrowsingService.privateBrowsingEnabled,
* and the setter should only be used in tests.
* This accessor is used to support per-window Private Browsing mode.
*/
get privateWindow() {
if (!gBrowser)