summaryrefslogtreecommitdiff
path: root/toolkit/modules/WindowDraggingUtils.jsm
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/modules/WindowDraggingUtils.jsm')
-rw-r--r--toolkit/modules/WindowDraggingUtils.jsm2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/modules/WindowDraggingUtils.jsm b/toolkit/modules/WindowDraggingUtils.jsm
index a7986c8b4a..5be8814de1 100644
--- a/toolkit/modules/WindowDraggingUtils.jsm
+++ b/toolkit/modules/WindowDraggingUtils.jsm
@@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-#if defined(XP_WIN) || defined(XP_MACOSX)
+#if defined(XP_WIN)
const HAVE_CSS_WINDOW_DRAG_SUPPORT = true;
#else
const HAVE_CSS_WINDOW_DRAG_SUPPORT = false;