Issue #1656 - Part 2: Unmangle some unfortunate UTF-8 victims.

The poor fellows got lost in an ASCII-interpretation of the world.
This commit is contained in:
Moonchild 2020-09-23 14:52:16 +00:00 committed by roytam1
commit ed7e49eda6
9 changed files with 24 additions and 24 deletions

View file

@ -540,7 +540,7 @@ nsNodeUtils::CloneAndAdopt(nsINode *aNode, bool aClone, bool aDeep,
nsIDocument* newDoc = aNode->OwnerDoc();
if (newDoc) {
if (CustomElementRegistry::IsCustomElementEnabled()) {
// Adopted callback must be enqueued whenever a node???s
// Adopted callback must be enqueued whenever a nodes
// shadow-including inclusive descendants that is custom.
Element* element = aNode->IsElement() ? aNode->AsElement() : nullptr;
if (element) {