| Index: Source/core/svg/SVGSVGElement.h
|
| diff --git a/Source/core/svg/SVGSVGElement.h b/Source/core/svg/SVGSVGElement.h
|
| index 498ce81db6eb6f4e3433fdaa5f8f90c58540a62a..230af577aa3ac5ad2a238983ca7a8d45e7b34969 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);
|
|
|
|
|