| Index: Source/core/rendering/svg/RenderSVGRoot.h
|
| diff --git a/Source/core/rendering/svg/RenderSVGRoot.h b/Source/core/rendering/svg/RenderSVGRoot.h
|
| index 49af7fe3782a45edf3a2366a86f3ab69270eed8a..21981e4b6b4d1638edfc21be1719563090c42254 100644
|
| --- a/Source/core/rendering/svg/RenderSVGRoot.h
|
| +++ b/Source/core/rendering/svg/RenderSVGRoot.h
|
| @@ -33,7 +33,6 @@ class RenderSVGRoot final : public RenderReplaced {
|
| public:
|
| explicit RenderSVGRoot(SVGElement*);
|
| virtual ~RenderSVGRoot();
|
| - virtual void trace(Visitor*) override;
|
|
|
| bool isEmbeddedThroughSVGImage() const;
|
| bool isEmbeddedThroughFrameContainingSVGDocument() const;
|
|
|