diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-04-17 05:26:58 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-04-17 05:26:58 -0400 |
commit | 5936694f3b989f43afdd47e42de6147f10a0111a (patch) | |
tree | 831e71266ad1a623bc0d0db5e423132cf672314e /dom/html/HTMLLinkElement.h | |
parent | f99d55c0ed240ccdd2b301336ea13f780e25bb60 (diff) | |
download | aura-central-5936694f3b989f43afdd47e42de6147f10a0111a.tar.gz |
Bug 1363481 - Add the old attribute value as a parameter to Element::AfterSetAttr
Tag mcp-graveyard/UXP%1375
Diffstat (limited to 'dom/html/HTMLLinkElement.h')
-rw-r--r-- | dom/html/HTMLLinkElement.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/html/HTMLLinkElement.h b/dom/html/HTMLLinkElement.h index 9c69cfb13..acac955cb 100644 --- a/dom/html/HTMLLinkElement.h +++ b/dom/html/HTMLLinkElement.h @@ -66,6 +66,7 @@ public: bool aNotify) override; virtual nsresult AfterSetAttr(int32_t aNameSpaceID, nsIAtom* aName, const nsAttrValue* aValue, + const nsAttrValue* aOldValue, bool aNotify) override; virtual bool IsLink(nsIURI** aURI) const override; virtual already_AddRefed<nsIURI> GetHrefURI() const override; |