From 8dd16259287f58f9273002717ec4d27e97127719 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:43:14 +0200 Subject: Merging upstream version 127.0. Signed-off-by: Daniel Baumann --- dom/svg/SVGDefsElement.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dom/svg/SVGDefsElement.h') diff --git a/dom/svg/SVGDefsElement.h b/dom/svg/SVGDefsElement.h index 38f6d4fab9..55c2c8fb95 100644 --- a/dom/svg/SVGDefsElement.h +++ b/dom/svg/SVGDefsElement.h @@ -25,7 +25,7 @@ class SVGDefsElement final : public SVGGraphicsElement { public: // defs elements are not focusable. - Focusable IsFocusableWithoutStyle(bool aWithMouse) override { return {}; } + Focusable IsFocusableWithoutStyle(IsFocusableFlags) override { return {}; } nsresult Clone(dom::NodeInfo*, nsINode** aResult) const override; }; -- cgit v1.2.3