diff options
Diffstat (limited to 'dom/html/HTMLInputElement.h')
-rw-r--r-- | dom/html/HTMLInputElement.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/html/HTMLInputElement.h b/dom/html/HTMLInputElement.h index d7eccc0756..23c098df3b 100644 --- a/dom/html/HTMLInputElement.h +++ b/dom/html/HTMLInputElement.h @@ -137,7 +137,9 @@ public: virtual void Focus(ErrorResult& aError) override; // nsINode +#if !defined(XP_MACOSX) virtual bool IsNodeApzAwareInternal() const override; +#endif // Element virtual bool IsInteractiveHTMLContent(bool aIgnoreTabindex) const override; |