summaryrefslogtreecommitdiffstats
path: root/widget/cocoa/nsCocoaFeatures.h
diff options
context:
space:
mode:
Diffstat (limited to 'widget/cocoa/nsCocoaFeatures.h')
-rw-r--r--widget/cocoa/nsCocoaFeatures.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/widget/cocoa/nsCocoaFeatures.h b/widget/cocoa/nsCocoaFeatures.h
index 984dae80e..7ebbe759f 100644
--- a/widget/cocoa/nsCocoaFeatures.h
+++ b/widget/cocoa/nsCocoaFeatures.h
@@ -24,6 +24,7 @@ public:
static bool OnHighSierraOrLater();
static bool OnMojaveOrLater();
static bool OnCatalinaOrLater();
+ static bool OnBigSurOrLater();
static bool IsAtLeastVersion(int32_t aMajor, int32_t aMinor, int32_t aBugFix=0);