summaryrefslogtreecommitdiffstats
path: root/dom/html/HTMLTableElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'dom/html/HTMLTableElement.h')
-rw-r--r--dom/html/HTMLTableElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/html/HTMLTableElement.h b/dom/html/HTMLTableElement.h
index 38d3e24a83..9c9d59084c 100644
--- a/dom/html/HTMLTableElement.h
+++ b/dom/html/HTMLTableElement.h
@@ -156,7 +156,7 @@ class HTMLTableElement final : public nsGenericHTMLElement {
nsresult Clone(dom::NodeInfo*, nsINode** aResult) const override;
nsresult BindToTree(BindContext&, nsINode& aParent) override;
- void UnbindFromTree(bool aNullParent = true) override;
+ void UnbindFromTree(UnbindContext&) override;
/**
* Called when an attribute is about to be changed
*/