| Index: Source/platform/geometry/IntPoint.h
|
| diff --git a/Source/platform/geometry/IntPoint.h b/Source/platform/geometry/IntPoint.h
|
| index 944fc3257f616eb300796be510e78df8827c1a8a..6d4d3f9a5466b811f06aa392bfb9bf204e2b7f44 100644
|
| --- a/Source/platform/geometry/IntPoint.h
|
| +++ b/Source/platform/geometry/IntPoint.h
|
| @@ -41,7 +41,7 @@ typedef struct _NSPoint NSPoint;
|
|
|
| namespace WebCore {
|
|
|
| -class IntPoint {
|
| +class PLATFORM_EXPORT IntPoint {
|
| public:
|
| IntPoint() : m_x(0), m_y(0) { }
|
| IntPoint(int x, int y) : m_x(x), m_y(y) { }
|
|
|