summaryrefslogtreecommitdiffstats
path: root/dom/html/HTMLMetaElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'dom/html/HTMLMetaElement.h')
-rw-r--r--dom/html/HTMLMetaElement.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/dom/html/HTMLMetaElement.h b/dom/html/HTMLMetaElement.h
index d3f05826d..0b9117e55 100644
--- a/dom/html/HTMLMetaElement.h
+++ b/dom/html/HTMLMetaElement.h
@@ -33,7 +33,9 @@ public:
bool aNullParent = true) override;
virtual nsresult AfterSetAttr(int32_t aNameSpaceID, nsIAtom* aName,
- const nsAttrValue* aValue, bool aNotify) override;
+ const nsAttrValue* aValue,
+ const nsAttrValue* aOldValue,
+ bool aNotify) override;
void CreateAndDispatchEvent(nsIDocument* aDoc, const nsAString& aEventName);