зеркало из https://github.com/mozilla/gecko-dev.git
Bug 675437 - Obtain the local name atom of attributes in a non-crashy way in nsTreeSanitizer. r=bzbarsky.
This commit is contained in:
Родитель
01539dd21a
Коммит
4359420cae
|
@ -1195,7 +1195,7 @@ nsTreeSanitizer::SanitizeAttributes(mozilla::dom::Element* aElement,
|
|||
rv = NS_OK;
|
||||
const nsAttrName* attrName = aElement->GetAttrNameAt(i);
|
||||
PRInt32 attrNs = attrName->NamespaceID();
|
||||
nsIAtom* attrLocal = attrName->Atom();
|
||||
nsIAtom* attrLocal = attrName->LocalName();
|
||||
|
||||
if (kNameSpaceID_None == attrNs) {
|
||||
if (aAllowStyle && nsGkAtoms::style == attrLocal) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче