diff options
Diffstat (limited to '')
-rw-r--r-- | dom/svg/SVGGraphicsElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/svg/SVGGraphicsElement.h b/dom/svg/SVGGraphicsElement.h index 610436d394..1c5be3e324 100644 --- a/dom/svg/SVGGraphicsElement.h +++ b/dom/svg/SVGGraphicsElement.h @@ -34,7 +34,7 @@ class SVGGraphicsElement : public SVGGraphicsElementBase, public SVGTests { already_AddRefed<SVGMatrix> GetCTM(); already_AddRefed<SVGMatrix> GetScreenCTM(); - Focusable IsFocusableWithoutStyle(bool aWithMouse) override; + Focusable IsFocusableWithoutStyle(IsFocusableFlags) override; bool IsSVGGraphicsElement() const final { return true; } using nsINode::Clone; |