summaryrefslogtreecommitdiffstats
path: root/dom/html/HTMLFieldSetElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'dom/html/HTMLFieldSetElement.h')
-rw-r--r--dom/html/HTMLFieldSetElement.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/dom/html/HTMLFieldSetElement.h b/dom/html/HTMLFieldSetElement.h
index 1e9f0214f..2c0e9cc14 100644
--- a/dom/html/HTMLFieldSetElement.h
+++ b/dom/html/HTMLFieldSetElement.h
@@ -43,7 +43,9 @@ public:
virtual nsresult GetEventTargetParent(
EventChainPreVisitor& aVisitor) override;
virtual nsresult AfterSetAttr(int32_t aNameSpaceID, nsIAtom* aName,
- const nsAttrValue* aValue, bool aNotify) override;
+ const nsAttrValue* aValue,
+ const nsAttrValue* aOldValue,
+ bool aNotify) override;
virtual nsresult InsertChildAt(nsIContent* aChild, uint32_t aIndex,
bool aNotify) override;