Bug 1444031 - Rename Is{Static,Dynamic,HTML5}Atom. r=froydnj

By removing the "Atom" suffix, which is redundant.

MozReview-Commit-ID: 4MCX9Icfjrw
This commit is contained in:
Nicholas Nethercote
2018-03-07 15:17:34 +11:00
parent e16d7532ff
commit c01fb5ef82
8 changed files with 29 additions and 29 deletions

View File

@@ -87,7 +87,7 @@ nsHtml5Portability::newLocalFromLocal(nsAtom* local, nsHtml5AtomTable* interner)
{
NS_PRECONDITION(local, "Atom was null.");
NS_PRECONDITION(interner, "Atom table was null");
if (!local->IsStaticAtom()) {
if (!local->IsStatic()) {
nsAutoString str;
local->ToString(str);
local = interner->GetAtom(str);