Bug 878567 Remove unused if block from implicit landmark role handling, r=tbsaunde

This commit is contained in:
Takeshi Kurosawa 2013-06-04 10:46:23 +02:00
Родитель c54d91b294
Коммит b8a6675233
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -1323,9 +1323,6 @@ HyperTextAccessible::NativeAttributes()
NS_LITERAL_STRING("contentinfo"));
}
}
} else if (tag == nsGkAtoms::footer) {
nsAccUtils::SetAccAttr(attributes, nsGkAtoms::xmlroles,
NS_LITERAL_STRING("contentinfo"));
} else if (tag == nsGkAtoms::aside) {
nsAccUtils::SetAccAttr(attributes, nsGkAtoms::xmlroles,
NS_LITERAL_STRING("complementary"));