| Index: Source/core/svg/properties/SVGPropertyHelper.h
|
| diff --git a/Source/core/svg/properties/SVGPropertyHelper.h b/Source/core/svg/properties/SVGPropertyHelper.h
|
| index aa1b1e5f5f6d3a3c732d1b9a4150d26ceb6a1034..7beee85c2860a346ee811154e21b7241dee9cb8e 100644
|
| --- a/Source/core/svg/properties/SVGPropertyHelper.h
|
| +++ b/Source/core/svg/properties/SVGPropertyHelper.h
|
| @@ -11,7 +11,7 @@
|
| namespace blink {
|
|
|
| template<typename Derived>
|
| -class SVGPropertyHelper : public SVGPropertyBase {
|
| +class GC_PLUGIN_IGNORE("") SVGPropertyHelper : public SVGPropertyBase {
|
| public:
|
| SVGPropertyHelper()
|
| : SVGPropertyBase(Derived::classType())
|
|
|