mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 01:13:08 +09:00
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:
parent
ed176bb836
commit
80da5532b3
1 changed files with 1 additions and 1 deletions
2
dom/base/nsXHTMLContentSerializer.cpp
Normal file → Executable file
2
dom/base/nsXHTMLContentSerializer.cpp
Normal file → Executable 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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue