| Index: Source/platform/fonts/opentype/OpenTypeSanitizer.h
|
| diff --git a/Source/platform/fonts/opentype/OpenTypeSanitizer.h b/Source/platform/fonts/opentype/OpenTypeSanitizer.h
|
| index 90daf028f17210a1eeb92cac113eae3905a7eaaa..1b0376f181c0ada0e31df291b76c3a1586a4ec2f 100644
|
| --- a/Source/platform/fonts/opentype/OpenTypeSanitizer.h
|
| +++ b/Source/platform/fonts/opentype/OpenTypeSanitizer.h
|
| @@ -31,13 +31,14 @@
|
| #ifndef OpenTypeSanitizer_h
|
| #define OpenTypeSanitizer_h
|
|
|
| +#include "platform/PlatformExport.h"
|
| #include "wtf/Forward.h"
|
|
|
| namespace WebCore {
|
|
|
| class SharedBuffer;
|
|
|
| -class OpenTypeSanitizer {
|
| +class PLATFORM_EXPORT OpenTypeSanitizer {
|
| public:
|
| explicit OpenTypeSanitizer(SharedBuffer* buffer)
|
| : m_buffer(buffer)
|
|
|