| Index: Source/core/svg/SVGGraphicsElement.h
|
| diff --git a/Source/core/svg/SVGGraphicsElement.h b/Source/core/svg/SVGGraphicsElement.h
|
| index b407523a312bee43327b27b21801f6da331c98cb..a1cff5cb174606aa82167933f55cbecb2c10cf05 100644
|
| --- a/Source/core/svg/SVGGraphicsElement.h
|
| +++ b/Source/core/svg/SVGGraphicsElement.h
|
| @@ -22,6 +22,7 @@
|
| #ifndef SVGGraphicsElement_h
|
| #define SVGGraphicsElement_h
|
|
|
| +#include "core/CoreExport.h"
|
| #include "core/svg/SVGAnimatedTransformList.h"
|
| #include "core/svg/SVGElement.h"
|
| #include "core/svg/SVGRectTearOff.h"
|
| @@ -34,7 +35,7 @@ class AffineTransform;
|
| class Path;
|
| class SVGMatrixTearOff;
|
|
|
| -class SVGGraphicsElement : public SVGElement, public SVGTests {
|
| +class CORE_EXPORT SVGGraphicsElement : public SVGElement, public SVGTests {
|
| DEFINE_WRAPPERTYPEINFO();
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(SVGGraphicsElement);
|
| public:
|
|
|