diff options
Diffstat (limited to 'dom/html/HTMLButtonElement.h')
-rw-r--r-- | dom/html/HTMLButtonElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/html/HTMLButtonElement.h b/dom/html/HTMLButtonElement.h index b1a5c53f64..d4bfc3649d 100644 --- a/dom/html/HTMLButtonElement.h +++ b/dom/html/HTMLButtonElement.h @@ -87,7 +87,7 @@ class HTMLButtonElement final : public nsGenericHTMLFormControlElementWithState, nsAttrValue& aResult) override; // nsGenericHTMLElement - bool IsHTMLFocusable(bool aWithMouse, bool* aIsFocusable, + bool IsHTMLFocusable(IsFocusableFlags, bool* aIsFocusable, int32_t* aTabIndex) override; bool IsDisabledForEvents(WidgetEvent* aEvent) override; |