Bug 1597486 - Fix uses of nsIDocShellTreeItem in nsMenuPopupFrame::Init(). r=emilio

Differential Revision: https://phabricator.services.mozilla.com/D61426

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Tetsuharu OHZEKI 2020-02-03 08:00:45 +00:00
Родитель 7ca32b64c3
Коммит 77e9510fb3
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -164,8 +164,7 @@ void nsMenuPopupFrame::Init(nsIContent* aContent, nsContainerFrame* aParent,
mPopupType = ePopupTypeTooltip;
}
nsCOMPtr<nsIDocShellTreeItem> dsti = PresContext()->GetDocShell();
if (dsti && dsti->ItemType() == nsIDocShellTreeItem::typeChrome) {
if (PresContext()->IsChrome()) {
mInContentShell = false;
}