| Index: Source/core/svg/SVGSetElement.h
|
| diff --git a/Source/core/svg/SVGSetElement.h b/Source/core/svg/SVGSetElement.h
|
| index 6fbcc797a79a75073f8bbc81dfdb00c8c9c59381..7162e0c38408328a789cf6e1cd32869aff2d898e 100644
|
| --- a/Source/core/svg/SVGSetElement.h
|
| +++ b/Source/core/svg/SVGSetElement.h
|
| @@ -21,12 +21,13 @@
|
| #ifndef SVGSetElement_h
|
| #define SVGSetElement_h
|
|
|
| +#include "core/CoreExport.h"
|
| #include "core/svg/SVGAnimateElement.h"
|
|
|
| namespace blink {
|
|
|
| // SVGAnimateElement implements superset of the functionality.
|
| -class SVGSetElement final : public SVGAnimateElement {
|
| +class CORE_EXPORT SVGSetElement final : public SVGAnimateElement {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(SVGSetElement);
|
|
|