From 0dd3424f774954627d6f53df9fb47379d9b5c871 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Fri, 30 Apr 2021 21:22:08 +0000 Subject: Issue #1751 -- Remove XP_MACOSX conditionals from /dom --- dom/html/HTMLInputElement.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dom/html/HTMLInputElement.h') diff --git a/dom/html/HTMLInputElement.h b/dom/html/HTMLInputElement.h index 16651d5200..275d80b3a4 100644 --- a/dom/html/HTMLInputElement.h +++ b/dom/html/HTMLInputElement.h @@ -137,7 +137,7 @@ public: virtual void Focus(ErrorResult& aError) override; // nsINode -#if !defined(ANDROID) && !defined(XP_MACOSX) +#if !defined(ANDROID) virtual bool IsNodeApzAwareInternal() const override; #endif -- cgit v1.2.3