summaryrefslogtreecommitdiffstats
path: root/dom/html/HTMLVideoElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'dom/html/HTMLVideoElement.h')
-rw-r--r--dom/html/HTMLVideoElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/html/HTMLVideoElement.h b/dom/html/HTMLVideoElement.h
index eda62d759a..af90cc79a1 100644
--- a/dom/html/HTMLVideoElement.h
+++ b/dom/html/HTMLVideoElement.h
@@ -53,7 +53,7 @@ class HTMLVideoElement final : public HTMLMediaElement {
nsresult Clone(NodeInfo*, nsINode** aResult) const override;
- void UnbindFromTree(bool aNullParent = true) override;
+ void UnbindFromTree(UnbindContext&) override;
mozilla::Maybe<mozilla::CSSIntSize> GetVideoSize() const;