Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2828)

Unified Diff: Source/wtf/StringExtras.h

Issue 14107015: Rename OS(DARWIN) to OS(MACOSX). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/wtf/RandomNumberSeed.h ('k') | Source/wtf/TCSystemAlloc.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/wtf/RandomNumberSeed.h ('k') | Source/wtf/TCSystemAlloc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698