Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro.

(Path is actually r=froydnj.)

Bug 1400459 devirtualized nsIAtom so that it is no longer a subclass of
nsISupports. This means that nsAtom is now a better name for it than nsIAtom.

MozReview-Commit-ID: 91U22X2NydP
This commit is contained in:
Nicholas Nethercote
2017-10-03 09:05:19 +11:00
parent 49da860d31
commit 7dbfdaf890
971 changed files with 4230 additions and 4235 deletions

View File

@@ -72,7 +72,7 @@ HTMLScriptElement::BindToTree(nsIDocument* aDocument, nsIContent* aParent,
bool
HTMLScriptElement::ParseAttribute(int32_t aNamespaceID,
nsIAtom* aAttribute,
nsAtom* aAttribute,
const nsAString& aValue,
nsAttrValue& aResult)
{
@@ -233,7 +233,7 @@ HTMLScriptElement::SetNoModule(bool aValue, ErrorResult& aRv)
}
nsresult
HTMLScriptElement::AfterSetAttr(int32_t aNamespaceID, nsIAtom* aName,
HTMLScriptElement::AfterSetAttr(int32_t aNamespaceID, nsAtom* aName,
const nsAttrValue* aValue,
const nsAttrValue* aOldValue, bool aNotify)
{