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

Unified Diff: Source/wtf/PartitionAllocTest.cpp

Issue 23600014: Rename OS(UNIX) to OS(POSIX) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/PageAllocator.cpp ('k') | Source/wtf/ProcessID.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/PartitionAllocTest.cpp
diff --git a/Source/wtf/PartitionAllocTest.cpp b/Source/wtf/PartitionAllocTest.cpp
index 46243e30e611bdd2d58831557274fa3482e9a58b..0149b0e768df65335204e77dceeef5335471382b 100644
--- a/Source/wtf/PartitionAllocTest.cpp
+++ b/Source/wtf/PartitionAllocTest.cpp
@@ -38,13 +38,13 @@
#include <stdlib.h>
#include <string.h>
-#if OS(UNIX)
+#if OS(POSIX)
#include <sys/mman.h>
#ifndef MAP_ANONYMOUS
#define MAP_ANONYMOUS MAP_ANON
#endif
-#endif // OS(UNIX)
+#endif // OS(POSIX)
#if !defined(MEMORY_TOOL_REPLACES_ALLOCATOR)
@@ -442,7 +442,7 @@ TEST(WTF_PartitionAlloc, GenericAlloc)
TestShutdown();
}
-#if OS(UNIX)
+#if OS(POSIX)
// Test correct handling if our mapping collides with another.
TEST(WTF_PartitionAlloc, MappingCollision)
@@ -469,7 +469,7 @@ TEST(WTF_PartitionAlloc, MappingCollision)
TestShutdown();
}
-#endif // OS(UNIX)
+#endif // OS(POSIX)
} // namespace
« no previous file with comments | « Source/wtf/PageAllocator.cpp ('k') | Source/wtf/ProcessID.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698