Bug 1399429 - Properly determine if the content window is private for the contextMenu. r=Felipe

MozReview-Commit-ID: Ipo3Rcs1TZ8

--HG--
extra : rebase_source : ac17083a7b3d3d12f39c797c8e073b37c0c1c770
This commit is contained in:
Ian Moody 2017-10-13 19:13:35 +01:00
Родитель cb0745a3da
Коммит df5fd8a19d
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -659,7 +659,7 @@ class ContextMenu {
contentType: context.target.ownerDocument.contentType,
// used for nsContextMenu.saveLink
isPrivate: context.target.ownerDocument.isPrivate,
isPrivate: PrivateBrowsingUtils.isBrowserPrivate(context.target.ownerDocument),
};
// used for nsContextMenu.initMediaPlayerItems