diff options
Diffstat (limited to 'dom/html/HTMLObjectElement.h')
-rw-r--r-- | dom/html/HTMLObjectElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/html/HTMLObjectElement.h b/dom/html/HTMLObjectElement.h index 00bcbc70d5..4e4eaf181e 100644 --- a/dom/html/HTMLObjectElement.h +++ b/dom/html/HTMLObjectElement.h @@ -42,7 +42,7 @@ class HTMLObjectElement final : public nsGenericHTMLFormControlElement, nsresult BindToTree(BindContext&, nsINode& aParent) override; void UnbindFromTree(UnbindContext&) override; - bool IsHTMLFocusable(bool aWithMouse, bool* aIsFocusable, + bool IsHTMLFocusable(IsFocusableFlags, bool* aIsFocusable, int32_t* aTabIndex) override; // Overriden nsIFormControl methods |