| Index: Source/core/svg/SVGSVGElement.h
|
| diff --git a/Source/core/svg/SVGSVGElement.h b/Source/core/svg/SVGSVGElement.h
|
| index b522258be34de63a3b9109028db63d9f8615d057..8282309d1be64531fbec6ea1daf0b3ae44d132a5 100644
|
| --- a/Source/core/svg/SVGSVGElement.h
|
| +++ b/Source/core/svg/SVGSVGElement.h
|
| @@ -45,7 +45,7 @@ class SVGSVGElement final : public SVGGraphicsElement,
|
| public SVGFitToViewBox,
|
| public SVGZoomAndPan {
|
| DEFINE_WRAPPERTYPEINFO();
|
| - WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(SVGSVGElement);
|
| + WILL_BE_USING_GARBAGE_COLLECTED_MIXIN_NESTED(SVGSVGElement, SVGGraphicsElement);
|
| public:
|
| DECLARE_NODE_FACTORY(SVGSVGElement);
|
|
|
|
|