Index: Source/core/svg/SVGAElement.h |
diff --git a/Source/core/svg/SVGAElement.h b/Source/core/svg/SVGAElement.h |
index 02529f099e156193b723b1e80b994e46e3cea681..f39db89e701dc2935c2c95bc60a0851b526943a1 100644 |
--- a/Source/core/svg/SVGAElement.h |
+++ b/Source/core/svg/SVGAElement.h |
@@ -22,13 +22,14 @@ |
#ifndef SVGAElement_h |
#define SVGAElement_h |
+#include "core/CoreExport.h" |
#include "core/svg/SVGAnimatedBoolean.h" |
#include "core/svg/SVGGraphicsElement.h" |
#include "core/svg/SVGURIReference.h" |
namespace blink { |
-class SVGAElement final : public SVGGraphicsElement, |
+class CORE_EXPORT SVGAElement final : public SVGGraphicsElement, |
public SVGURIReference { |
DEFINE_WRAPPERTYPEINFO(); |
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(SVGAElement); |