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

Unified Diff: Source/wtf/ThreadingPthreads.cpp

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/TCSystemAlloc.h ('k') | Source/wtf/VMTags.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/ThreadingPthreads.cpp
diff --git a/Source/wtf/ThreadingPthreads.cpp b/Source/wtf/ThreadingPthreads.cpp
index f3f0a6489e83a20d64d98d0d077970133e182d3f..c3eb3bd3ac3b997000915e1a352e3d40c53c41f8 100644
--- a/Source/wtf/ThreadingPthreads.cpp
+++ b/Source/wtf/ThreadingPthreads.cpp
@@ -55,7 +55,7 @@
#include <sys/time.h>
#endif
-#if OS(DARWIN)
+#if OS(MACOSX)
#include <objc/objc-auto.h>
#endif
@@ -204,7 +204,7 @@ void initializeCurrentThreadInternal(const char* threadName)
UNUSED_PARAM(threadName);
#endif
-#if OS(DARWIN)
+#if OS(MACOSX)
// All threads that potentially use APIs above the BSD layer must be registered with the Objective-C
// garbage collector in case API implementations use garbage-collected memory.
objc_registerThreadWithCollector();
« no previous file with comments | « Source/wtf/TCSystemAlloc.h ('k') | Source/wtf/VMTags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698