summaryrefslogtreecommitdiffstats
path: root/dom/xul/XULFrameElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'dom/xul/XULFrameElement.h')
-rw-r--r--dom/xul/XULFrameElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/xul/XULFrameElement.h b/dom/xul/XULFrameElement.h
index 13a65f42e8..20b467f66a 100644
--- a/dom/xul/XULFrameElement.h
+++ b/dom/xul/XULFrameElement.h
@@ -54,7 +54,7 @@ class XULFrameElement final : public nsXULElement, public nsFrameLoaderOwner {
// nsIContent
nsresult BindToTree(BindContext&, nsINode& aParent) override;
- void UnbindFromTree(bool aNullParent) override;
+ void UnbindFromTree(UnbindContext&) override;
void DestroyContent() override;
void AfterSetAttr(int32_t aNamespaceID, nsAtom* aName,