diff options
Diffstat (limited to 'dom/mathml/MathMLElement.h')
-rw-r--r-- | dom/mathml/MathMLElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/mathml/MathMLElement.h b/dom/mathml/MathMLElement.h index a8c21e841a..6168701beb 100644 --- a/dom/mathml/MathMLElement.h +++ b/dom/mathml/MathMLElement.h @@ -74,7 +74,7 @@ class MathMLElement final : public MathMLElementBase, public Link { int32_t TabIndexDefault() final; - Focusable IsFocusableWithoutStyle(bool aWithMouse) override; + Focusable IsFocusableWithoutStyle(IsFocusableFlags) override; already_AddRefed<nsIURI> GetHrefURI() const override; void NodeInfoChanged(Document* aOldDoc) override { |