| Index: Source/core/svg/SVGImageElement.h
|
| diff --git a/Source/core/svg/SVGImageElement.h b/Source/core/svg/SVGImageElement.h
|
| index 0ba5d4893d15d6a8bcec77c3da3e6202e6fa4177..3eb5a9815345356075b6a126bdb13379f0c381e0 100644
|
| --- a/Source/core/svg/SVGImageElement.h
|
| +++ b/Source/core/svg/SVGImageElement.h
|
| @@ -35,7 +35,7 @@ namespace blink {
|
| class SVGImageElement final : public SVGGraphicsElement,
|
| public SVGURIReference {
|
| DEFINE_WRAPPERTYPEINFO();
|
| - WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(SVGImageElement);
|
| + WILL_BE_USING_GARBAGE_COLLECTED_MIXIN_NESTED(SVGImageElement, SVGGraphicsElement);
|
| public:
|
| DECLARE_NODE_FACTORY(SVGImageElement);
|
| DECLARE_VIRTUAL_TRACE();
|
|
|