summaryrefslogtreecommitdiffstats
path: root/dom/html/HTMLButtonElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'dom/html/HTMLButtonElement.h')
-rw-r--r--dom/html/HTMLButtonElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/html/HTMLButtonElement.h b/dom/html/HTMLButtonElement.h
index 57bc51c05c..b1a5c53f64 100644
--- a/dom/html/HTMLButtonElement.h
+++ b/dom/html/HTMLButtonElement.h
@@ -65,7 +65,7 @@ class HTMLButtonElement final : public nsGenericHTMLFormControlElementWithState,
// nsIContent
nsresult BindToTree(BindContext&, nsINode& aParent) override;
- void UnbindFromTree(bool aNullParent = true) override;
+ void UnbindFromTree(UnbindContext&) override;
void DoneCreatingElement() override;
void UpdateBarredFromConstraintValidation();