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

Unified Diff: Source/wtf/VMTags.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/ThreadingPthreads.cpp ('k') | Source/wtf/text/ASCIIFastPath.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/VMTags.h
diff --git a/Source/wtf/VMTags.h b/Source/wtf/VMTags.h
index 37a4bb7430994148af52edf5d7a78b7deae037cc..e4ed14337567ad40c81233517fdc669436d95b50 100644
--- a/Source/wtf/VMTags.h
+++ b/Source/wtf/VMTags.h
@@ -28,7 +28,7 @@
// On Mac OS X, the VM subsystem allows tagging memory requested from mmap and vm_map
// in order to aid tools that inspect system memory use.
-#if OS(DARWIN)
+#if OS(MACOSX)
#include <mach/vm_statistics.h>
@@ -38,10 +38,10 @@
#define VM_TAG_FOR_TCMALLOC_MEMORY VM_MAKE_TAG(53)
#endif // defined(VM_MEMORY_TCMALLOC)
-#else // OS(DARWIN)
+#else // OS(MACOSX)
#define VM_TAG_FOR_TCMALLOC_MEMORY -1
-#endif // OS(DARWIN)
+#endif // OS(MACOSX)
#endif // VMTags_h
« no previous file with comments | « Source/wtf/ThreadingPthreads.cpp ('k') | Source/wtf/text/ASCIIFastPath.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698