Skip to content

Commit

Permalink
Bug 1134280 - Get rid of Tag() - patch 8 - Fixed a debug-only compila…
Browse files Browse the repository at this point in the history
…tion issue
  • Loading branch information
rmottola committed Feb 19, 2019
1 parent cfcfa3e commit 5023199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom/base/FragmentOrElement.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ nsIContent::PreHandleEvent(EventChainPreVisitor& aVisitor)
do_QueryInterface(aVisitor.mEvent->originalTarget);
nsAutoString ot, ct, rt;
if (originalTarget) {
originalTarget->NodeInfo()->NameInfo()->ToString(ot);
originalTarget->NodeInfo()->NameAtom()->ToString(ot);
}
NodeInfo()->NameAtom()->ToString(ct);
relatedTarget->NodeInfo()->NameAtom()->ToString(rt);
Expand Down

0 comments on commit 5023199

Please sign in to comment.