summaryrefslogtreecommitdiffstats
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 23f214246f..68529d176a 100644
--- a/accessible/base/Platform.h
+++ b/accessible/base/Platform.h
@@ -47,10 +47,10 @@ EPlatformDisabledState PlatformDisabledState();
void PreInit();
#endif
-#if defined(MOZ_ACCESSIBILITY_ATK) || defined(XP_MACOSX)
+#if defined(MOZ_ACCESSIBILITY_ATK) || defined(XP_DARWIN)
/**
* Is platform accessibility enabled.
- * Only used on linux with atk and MacOS for now.
+ * Only used on Linux, MacOS and iOS for now.
*/
bool ShouldA11yBeEnabled();
#endif