| Index: Source/wtf/RefCountedLeakCounter.h
|
| diff --git a/Source/wtf/RefCountedLeakCounter.h b/Source/wtf/RefCountedLeakCounter.h
|
| index 5757f377582e735529bcb1cc1005172c807aa298..33b47a4bcd775db79d876e2f17d8d4c918f8d5e3 100644
|
| --- a/Source/wtf/RefCountedLeakCounter.h
|
| +++ b/Source/wtf/RefCountedLeakCounter.h
|
| @@ -21,12 +21,13 @@
|
| #ifndef RefCountedLeakCounter_h
|
| #define RefCountedLeakCounter_h
|
|
|
| -#include <wtf/Assertions.h>
|
| -#include <wtf/Threading.h>
|
| +#include "wtf/Assertions.h"
|
| +#include "wtf/Threading.h"
|
| +#include "wtf/WTFExport.h"
|
|
|
| namespace WTF {
|
|
|
| - struct RefCountedLeakCounter {
|
| + struct WTF_EXPORT RefCountedLeakCounter {
|
| static void suppressMessages(const char*);
|
| static void cancelMessageSuppression(const char*);
|
|
|
|
|