summaryrefslogtreecommitdiffstats
path: root/dom/html/HTMLBodyElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'dom/html/HTMLBodyElement.h')
-rw-r--r--dom/html/HTMLBodyElement.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/dom/html/HTMLBodyElement.h b/dom/html/HTMLBodyElement.h
index ad1f5d872..6a888c71b 100644
--- a/dom/html/HTMLBodyElement.h
+++ b/dom/html/HTMLBodyElement.h
@@ -117,7 +117,9 @@ public:
* Called when an attribute has just been changed
*/
virtual nsresult AfterSetAttr(int32_t aNameSpaceID, nsIAtom* aName,
- const nsAttrValue* aValue, bool aNotify) override;
+ const nsAttrValue* aValue,
+ const nsAttrValue* aOldValue,
+ bool aNotify) override;
protected:
virtual ~HTMLBodyElement();