| Index: Source/core/svg/SVGElement.h
|
| diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h
|
| index 8604a00c11596253d893eb5d1c62ce319f8041e4..d351c90d8c7ffa0978010abc2849069fdf0f371f 100644
|
| --- a/Source/core/svg/SVGElement.h
|
| +++ b/Source/core/svg/SVGElement.h
|
| @@ -22,6 +22,7 @@
|
| #ifndef SVGElement_h
|
| #define SVGElement_h
|
|
|
| +#include "core/CoreExport.h"
|
| #include "core/SVGNames.h"
|
| #include "core/dom/Element.h"
|
| #include "core/svg/SVGParsingError.h"
|
| @@ -49,7 +50,7 @@ class SVGUseElement;
|
|
|
| typedef WillBeHeapHashSet<RawPtrWillBeMember<SVGElement>> SVGElementSet;
|
|
|
| -class SVGElement : public Element {
|
| +class CORE_EXPORT SVGElement : public Element {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| virtual ~SVGElement();
|
|
|