diff options
Diffstat (limited to 'dom/html/HTMLSourceElement.h')
-rw-r--r-- | dom/html/HTMLSourceElement.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/html/HTMLSourceElement.h b/dom/html/HTMLSourceElement.h index 595e21015b..71b676c2c5 100644 --- a/dom/html/HTMLSourceElement.h +++ b/dom/html/HTMLSourceElement.h @@ -110,6 +110,7 @@ protected: protected: virtual nsresult AfterSetAttr(int32_t aNameSpaceID, nsIAtom* aName, const nsAttrValue* aValue, + const nsAttrValue* aOldValue, bool aNotify) override; private: |