summaryrefslogtreecommitdiffstats
path: root/dom/html/HTMLAnchorElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'dom/html/HTMLAnchorElement.h')
-rw-r--r--dom/html/HTMLAnchorElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/html/HTMLAnchorElement.h b/dom/html/HTMLAnchorElement.h
index 2a524b96c2..4d89c6a75b 100644
--- a/dom/html/HTMLAnchorElement.h
+++ b/dom/html/HTMLAnchorElement.h
@@ -47,7 +47,7 @@ class HTMLAnchorElement final : public nsGenericHTMLElement,
NS_DECL_ADDSIZEOFEXCLUDINGTHIS
nsresult BindToTree(BindContext&, nsINode& aParent) override;
- void UnbindFromTree(bool aNullParent = true) override;
+ void UnbindFromTree(UnbindContext&) override;
bool IsHTMLFocusable(bool aWithMouse, bool* aIsFocusable,
int32_t* aTabIndex) override;