| Index: Source/wtf/AutodrainedPool.h
|
| diff --git a/Source/wtf/AutodrainedPool.h b/Source/wtf/AutodrainedPool.h
|
| index 955c289d19c7da9e75e52b26606a24f6eab66752..26a3a57bab4838f9e89ca531945cbdcf8cd7ce80 100644
|
| --- a/Source/wtf/AutodrainedPool.h
|
| +++ b/Source/wtf/AutodrainedPool.h
|
| @@ -29,13 +29,14 @@
|
| #ifndef AutodrainedPool_h
|
| #define AutodrainedPool_h
|
|
|
| -#include <wtf/Noncopyable.h>
|
| +#include "wtf/Noncopyable.h"
|
| +#include "wtf/WTFExport.h"
|
|
|
| OBJC_CLASS NSAutoreleasePool;
|
|
|
| namespace WTF {
|
|
|
| -class AutodrainedPool {
|
| +class WTF_EXPORT AutodrainedPool {
|
| WTF_MAKE_NONCOPYABLE(AutodrainedPool);
|
| public:
|
| explicit AutodrainedPool(int iterationLimit = 1);
|
|
|