summaryrefslogtreecommitdiffstats
path: root/dom/mathml/MathMLElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'dom/mathml/MathMLElement.h')
-rw-r--r--dom/mathml/MathMLElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/mathml/MathMLElement.h b/dom/mathml/MathMLElement.h
index 46198d877d..a8c21e841a 100644
--- a/dom/mathml/MathMLElement.h
+++ b/dom/mathml/MathMLElement.h
@@ -34,7 +34,7 @@ class MathMLElement final : public MathMLElementBase, public Link {
NS_IMPL_FROMNODE(MathMLElement, kNameSpaceID_MathML)
nsresult BindToTree(BindContext&, nsINode& aParent) override;
- void UnbindFromTree(bool aNullParent = true) override;
+ void UnbindFromTree(UnbindContext&) override;
bool ParseAttribute(int32_t aNamespaceID, nsAtom* aAttribute,
const nsAString& aValue,