Index: Source/core/svg/SVGURIReference.h |
diff --git a/Source/core/svg/SVGURIReference.h b/Source/core/svg/SVGURIReference.h |
index af3f75913f8de9d900042d9d028d96da8fc9774b..bfaddada4fc07c4a5518513ebb07dcfd37aea3c1 100644 |
--- a/Source/core/svg/SVGURIReference.h |
+++ b/Source/core/svg/SVGURIReference.h |
@@ -21,6 +21,7 @@ |
#ifndef SVGURIReference_h |
#define SVGURIReference_h |
+#include "core/CoreExport.h" |
#include "core/dom/Document.h" |
#include "core/svg/SVGAnimatedString.h" |
#include "platform/heap/Handle.h" |
@@ -29,7 +30,7 @@ namespace blink { |
class Element; |
-class SVGURIReference : public WillBeGarbageCollectedMixin { |
+class CORE_EXPORT SVGURIReference : public WillBeGarbageCollectedMixin { |
public: |
virtual ~SVGURIReference() { } |