Index: Source/core/svg/SVGAnimationElement.h |
diff --git a/Source/core/svg/SVGAnimationElement.h b/Source/core/svg/SVGAnimationElement.h |
index 5fbacb25f1f9b4aa3c77f1b77047f8986c2f2f0e..35f4130b362f5cecb9a6ee4fad86570f43ebd54b 100644 |
--- a/Source/core/svg/SVGAnimationElement.h |
+++ b/Source/core/svg/SVGAnimationElement.h |
@@ -25,6 +25,7 @@ |
#ifndef SVGAnimationElement_h |
#define SVGAnimationElement_h |
+#include "core/CoreExport.h" |
#include "core/svg/SVGAnimatedBoolean.h" |
#include "core/svg/animation/SVGSMILElement.h" |
#include "platform/animation/UnitBezier.h" |
@@ -59,7 +60,7 @@ enum CalcMode { |
CalcModeSpline |
}; |
-class SVGAnimationElement : public SVGSMILElement { |
+class CORE_EXPORT SVGAnimationElement : public SVGSMILElement { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
// SVGAnimationElement |