diff options
Diffstat (limited to 'dom/svg/nsSVGElement.h')
-rw-r--r-- | dom/svg/nsSVGElement.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dom/svg/nsSVGElement.h b/dom/svg/nsSVGElement.h index 79278365a..4e8c7a938 100644 --- a/dom/svg/nsSVGElement.h +++ b/dom/svg/nsSVGElement.h @@ -336,7 +336,9 @@ protected: } #endif // DEBUG virtual nsresult AfterSetAttr(int32_t aNamespaceID, nsIAtom* aName, - const nsAttrValue* aValue, bool aNotify) override; + const nsAttrValue* aValue, + const nsAttrValue* aOldValue, + bool aNotify) override; virtual bool ParseAttribute(int32_t aNamespaceID, nsIAtom* aAttribute, const nsAString& aValue, nsAttrValue& aResult) override; static nsresult ReportAttributeParseFailure(nsIDocument* aDocument, |