Index: Source/core/svg/SVGAnimateElement.h |
diff --git a/Source/core/svg/SVGAnimateElement.h b/Source/core/svg/SVGAnimateElement.h |
index ae1247c05ff311717c1ad8641c5773aad77acfb4..6389ea25e3f9a86fe8c7d4da46b5fea634cffe4c 100644 |
--- a/Source/core/svg/SVGAnimateElement.h |
+++ b/Source/core/svg/SVGAnimateElement.h |
@@ -23,6 +23,7 @@ |
#ifndef SVGAnimateElement_h |
#define SVGAnimateElement_h |
+#include "core/CoreExport.h" |
#include "core/SVGNames.h" |
#include "core/svg/SVGAnimatedTypeAnimator.h" |
#include "core/svg/SVGAnimationElement.h" |
@@ -34,7 +35,7 @@ namespace blink { |
class SVGAnimatedTypeAnimator; |
-class SVGAnimateElement : public SVGAnimationElement { |
+class CORE_EXPORT SVGAnimateElement : public SVGAnimationElement { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtrWillBeRawPtr<SVGAnimateElement> create(Document&); |