Bug 1446097. Switch to "set" as the canonical nsGkAtoms name of the string "set", so it matches the actual tag name "set" in SVG. r=hsivonen,njn

Most of the noise is from the fact that clang-format on parser/html/*.{h,cpp}
reformatted all sorts of stuff.  Not running it caused lots of format changes
from the generator... I guess we changed the format rules since the last time
this got run?

MozReview-Commit-ID: IA2G87zUIKN
This commit is contained in:
Boris Zbarsky
2018-03-16 11:26:06 -04:00
parent 4f8ec3af2d
commit 051041fc49
80 changed files with 12758 additions and 5466 deletions

View File

@@ -31,9 +31,7 @@ nsHtml5AtomTable::nsHtml5AtomTable()
#endif
}
nsHtml5AtomTable::~nsHtml5AtomTable()
{
}
nsHtml5AtomTable::~nsHtml5AtomTable() {}
nsAtom*
nsHtml5AtomTable::GetAtom(const nsAString& aKey)