mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Issue #1375 - Use nsIAtom* instead of nsAtom* for CE Upgrade function.
We haven't refactored nsIAtom* as Mozilla did yet.
This commit is contained in:
parent
bc36c607a9
commit
d367067698
1 changed files with 1 additions and 1 deletions
|
|
@ -799,7 +799,7 @@ TryUpgrade(nsINode& aNode)
|
|||
CustomElementData* ceData = element->GetCustomElementData();
|
||||
if (ceData) {
|
||||
NodeInfo* nodeInfo = element->NodeInfo();
|
||||
nsAtom* typeAtom = ceData->GetCustomElementType();
|
||||
nsIAtom* typeAtom = ceData->GetCustomElementType();
|
||||
CustomElementDefinition* definition =
|
||||
nsContentUtils::LookupCustomElementDefinition(nodeInfo->GetDocument(),
|
||||
nodeInfo->NameAtom(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue