diff options
Diffstat (limited to 'dom/html/HTMLImageElement.h')
-rw-r--r-- | dom/html/HTMLImageElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/html/HTMLImageElement.h b/dom/html/HTMLImageElement.h index bf41c68d40..1097d1fb04 100644 --- a/dom/html/HTMLImageElement.h +++ b/dom/html/HTMLImageElement.h @@ -70,7 +70,7 @@ class HTMLImageElement final : public nsGenericHTMLElement, void GetEventTargetParent(EventChainPreVisitor& aVisitor) override; nsINode* GetScopeChainParent() const override; - bool IsHTMLFocusable(bool aWithMouse, bool* aIsFocusable, + bool IsHTMLFocusable(IsFocusableFlags, bool* aIsFocusable, int32_t* aTabIndex) override; nsresult BindToTree(BindContext&, nsINode& aParent) override; |