Index: Source/core/svg/SVGTests.h |
diff --git a/Source/core/svg/SVGTests.h b/Source/core/svg/SVGTests.h |
index 8d286fdc49d7f5a436b609532fc28bb134549b9a..bef1b5ee774ede1acd284c46255db8a8ae00116f 100644 |
--- a/Source/core/svg/SVGTests.h |
+++ b/Source/core/svg/SVGTests.h |
@@ -21,6 +21,7 @@ |
#ifndef SVGTests_h |
#define SVGTests_h |
+#include "core/CoreExport.h" |
#include "core/svg/SVGStaticStringList.h" |
#include "platform/heap/Handle.h" |
#include "wtf/HashSet.h" |
@@ -31,7 +32,7 @@ class Document; |
class QualifiedName; |
class SVGElement; |
-class SVGTests : public WillBeGarbageCollectedMixin { |
+class CORE_EXPORT SVGTests : public WillBeGarbageCollectedMixin { |
public: |
// JS API |
SVGStringListTearOff* requiredFeatures() { return m_requiredFeatures->tearOff(); } |