summaryrefslogtreecommitdiffstats
path: root/dom/svg/SVGAElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'dom/svg/SVGAElement.h')
-rw-r--r--dom/svg/SVGAElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/svg/SVGAElement.h b/dom/svg/SVGAElement.h
index 994481a386..166a146436 100644
--- a/dom/svg/SVGAElement.h
+++ b/dom/svg/SVGAElement.h
@@ -48,7 +48,7 @@ class SVGAElement final : public SVGAElementBase,
// nsIContent
nsresult BindToTree(BindContext&, nsINode& aParent) override;
- void UnbindFromTree(bool aNullParent = true) override;
+ void UnbindFromTree(UnbindContext&) override;
int32_t TabIndexDefault() override;
Focusable IsFocusableWithoutStyle(bool aWithMouse) override;