Index: Source/core/css/Rect.h |
diff --git a/Source/core/css/Rect.h b/Source/core/css/Rect.h |
index 4ed5602bbe85f6fc9d789b90642b7519b6a8d306..d8190b1293709b31c36dd945e73712e1f670b8fe 100644 |
--- a/Source/core/css/Rect.h |
+++ b/Source/core/css/Rect.h |
@@ -21,13 +21,14 @@ |
#ifndef Rect_h |
#define Rect_h |
+#include "core/CoreExport.h" |
#include "core/css/CSSPrimitiveValue.h" |
#include "wtf/RefPtr.h" |
#include "wtf/text/StringBuilder.h" |
namespace blink { |
-class RectBase : public RefCountedWillBeGarbageCollected<RectBase> { |
+class CORE_EXPORT RectBase : public RefCountedWillBeGarbageCollected<RectBase> { |
DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(RectBase); |
public: |
CSSPrimitiveValue* top() const { return m_top.get(); } |