| Index: Source/platform/geometry/IntSize.h
|
| diff --git a/Source/platform/geometry/IntSize.h b/Source/platform/geometry/IntSize.h
|
| index c9a3b78234640c71eac8a75eea1c54342bb95be6..8b7a582ffe5c5df0e901427f7931823bc1469414 100644
|
| --- a/Source/platform/geometry/IntSize.h
|
| +++ b/Source/platform/geometry/IntSize.h
|
| @@ -41,7 +41,7 @@ typedef struct _NSSize NSSize;
|
|
|
| namespace WebCore {
|
|
|
| -class IntSize {
|
| +class PLATFORM_EXPORT IntSize {
|
| public:
|
| IntSize() : m_width(0), m_height(0) { }
|
| IntSize(int width, int height) : m_width(width), m_height(height) { }
|
|
|