зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1820634 - Fix assert that triggers in 380217-1.xhtml.
MANUAL PUSH: Trivial orange fix CLOSED TREE
This commit is contained in:
Родитель
d32855254f
Коммит
8b7ddaa4df
|
@ -11,8 +11,8 @@
|
|||
|
||||
static bool CanUse(const nsIFrame* aFrame) {
|
||||
return aFrame->IsFlexOrGridContainer() || aFrame->IsXULBoxFrame() ||
|
||||
(aFrame->GetContent() &&
|
||||
aFrame->GetContent()->IsXULElement(nsGkAtoms::treecols));
|
||||
(aFrame->GetContent() && aFrame->GetContent()->IsAnyOfXULElements(
|
||||
nsGkAtoms::treecols, nsGkAtoms::treecol));
|
||||
}
|
||||
|
||||
namespace mozilla {
|
||||
|
|
Загрузка…
Ссылка в новой задаче