summaryrefslogtreecommitdiff
path: root/accessible/base/Platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'accessible/base/Platform.h')
-rw-r--r--accessible/base/Platform.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/accessible/base/Platform.h b/accessible/base/Platform.h
index 264aa438f6..64f7ff7ee2 100644
--- a/accessible/base/Platform.h
+++ b/accessible/base/Platform.h
@@ -35,10 +35,10 @@ EPlatformDisabledState PlatformDisabledState();
void PreInit();
#endif
-#if defined(MOZ_ACCESSIBILITY_ATK)
+#if defined(MOZ_ACCESSIBILITY_ATK) || defined(XP_MACOSX)
/**
* Is platform accessibility enabled.
- * Only used on linux with atk.
+ * Only used on linux with atk and MacOS for now.
*/
bool ShouldA11yBeEnabled();
#endif