Index: Source/wtf/StringExtras.h |
diff --git a/Source/wtf/StringExtras.h b/Source/wtf/StringExtras.h |
index b465df588fba37952ec9192ae7e7641cf85ebb7e..2f7bdb1ca243fdcee2f72cf808d504246f6edb9e 100644 |
--- a/Source/wtf/StringExtras.h |
+++ b/Source/wtf/StringExtras.h |
@@ -31,7 +31,7 @@ |
#endif |
#if !defined(HAVE_STRNSTR) |
-#if OS(DARWIN) || (OS(FREEBSD) && !defined(__GLIBC__)) |
+#if OS(MACOSX) || (OS(FREEBSD) && !defined(__GLIBC__)) |
#define HAVE_STRNSTR 1 |
#endif |
#endif |