| 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;
|
|
|