Index: Source/core/svg/animation/SVGSMILElement.h |
diff --git a/Source/core/svg/animation/SVGSMILElement.h b/Source/core/svg/animation/SVGSMILElement.h |
index cbf0d4bf3a0be529fdebdac2a63ac673a1ad1d6b..99a5cdba85eff3fdb7361e3e4c3dcc58437a7597 100644 |
--- a/Source/core/svg/animation/SVGSMILElement.h |
+++ b/Source/core/svg/animation/SVGSMILElement.h |
@@ -26,6 +26,7 @@ |
#ifndef SVGSMILElement_h |
#define SVGSMILElement_h |
+#include "core/CoreExport.h" |
#include "core/SVGNames.h" |
#include "core/svg/SVGElement.h" |
#include "core/svg/SVGTests.h" |
@@ -43,7 +44,7 @@ template<typename T> class EventSender; |
typedef EventSender<SVGSMILElement> SMILEventSender; |
// This class implements SMIL interval timing model as needed for SVG animation. |
-class SVGSMILElement : public SVGElement, public SVGTests { |
+class CORE_EXPORT SVGSMILElement : public SVGElement, public SVGTests { |
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(SVGSMILElement); |
public: |
SVGSMILElement(const QualifiedName&, Document&); |