Bug 1430173 - Add qualifiers to BorrowedAttrInfo. r=baku, a=RyanVM

Because we added a new file, we rearranged the Unified Build order and now
need to fully qualify BorrowedAttrInfo which previously inherited a using statement.

MozReview-Commit-ID: BD45k5t9dQU

--HG--
extra : transplant_source : o%E5%3B%E2dr%DF%A1cP%5E%17%19%19%FF%E1%27%A3%9F%99
This commit is contained in:
Tom Ritter 2018-02-26 13:36:00 -06:00 committed by Roy Tam
commit 80da5532b3

2
dom/base/nsXHTMLContentSerializer.cpp Normal file → Executable file
View file

@ -306,7 +306,7 @@ nsXHTMLContentSerializer::SerializeAttributes(nsIContent* aContent,
continue;
}
BorrowedAttrInfo info = aContent->GetAttrInfoAt(index);
mozilla::dom::BorrowedAttrInfo info = aContent->GetAttrInfoAt(index);
const nsAttrName* name = info.mName;
int32_t namespaceID = name->NamespaceID();