Bug 1176683 - crash in mozilla::a11y::HyperTextAccessible::LandmarkRole() const, r=marcoz

This commit is contained in:
Alexander Surkov 2015-06-24 15:48:29 -07:00
Родитель 5d7a94bba3
Коммит 4db8f115d7
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -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)) {