зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1176683 - crash in mozilla::a11y::HyperTextAccessible::LandmarkRole() const, r=marcoz
This commit is contained in:
Родитель
5d7a94bba3
Коммит
4db8f115d7
|
@ -985,6 +985,9 @@ HyperTextAccessible::NativeAttributes()
|
|||
nsIAtom*
|
||||
HyperTextAccessible::LandmarkRole() const
|
||||
{
|
||||
if (!HasOwnContent())
|
||||
return nullptr;
|
||||
|
||||
// For the html landmark elements we expose them like we do ARIA landmarks to
|
||||
// make AT navigation schemes "just work".
|
||||
if (mContent->IsHTMLElement(nsGkAtoms::nav)) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче