diff options
Diffstat (limited to 'dom/xul/nsXULElement.h')
-rw-r--r-- | dom/xul/nsXULElement.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dom/xul/nsXULElement.h b/dom/xul/nsXULElement.h index c2dcadf5f8..a307141452 100644 --- a/dom/xul/nsXULElement.h +++ b/dom/xul/nsXULElement.h @@ -627,7 +627,9 @@ protected: const nsAttrValueOrString* aValue, bool aNotify) 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 void UpdateEditableState(bool aNotify) override; |