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

Unified Diff: Source/wtf/AutodrainedPool.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/Assertions.cpp ('k') | Source/wtf/FastMalloc.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/AutodrainedPool.h
diff --git a/Source/wtf/AutodrainedPool.h b/Source/wtf/AutodrainedPool.h
index 1addbb20d9496390eb90c4054ca7b20fde5b31c1..f6ad9eff29b1781f70fdd116a67a14fb4665b00e 100644
--- a/Source/wtf/AutodrainedPool.h
+++ b/Source/wtf/AutodrainedPool.h
@@ -39,7 +39,7 @@ namespace WTF {
class AutodrainedPool {
WTF_MAKE_NONCOPYABLE(AutodrainedPool);
public:
-#if OS(DARWIN)
+#if OS(MACOSX)
WTF_EXPORT explicit AutodrainedPool(int iterationLimit = 1);
WTF_EXPORT ~AutodrainedPool();
@@ -51,7 +51,7 @@ public:
#endif
private:
-#if OS(DARWIN)
+#if OS(MACOSX)
int m_iterationLimit;
int m_iterationCount;
NSAutoreleasePool* m_pool;
« no previous file with comments | « Source/wtf/Assertions.cpp ('k') | Source/wtf/FastMalloc.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698