summaryrefslogtreecommitdiffstats
path: root/dom/html/HTMLMenuItemElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'dom/html/HTMLMenuItemElement.h')
-rw-r--r--dom/html/HTMLMenuItemElement.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/dom/html/HTMLMenuItemElement.h b/dom/html/HTMLMenuItemElement.h
index 1da63edd0..cb824edcc 100644
--- a/dom/html/HTMLMenuItemElement.h
+++ b/dom/html/HTMLMenuItemElement.h
@@ -125,7 +125,9 @@ protected:
protected:
virtual nsresult AfterSetAttr(int32_t aNamespaceID, nsIAtom* aName,
- const nsAttrValue* aValue, bool aNotify) override;
+ const nsAttrValue* aValue,
+ const nsAttrValue* aOldValue,
+ bool aNotify) override;
void WalkRadioGroup(Visitor* aVisitor);