| Index: Source/core/rendering/svg/RenderSVGRoot.h
|
| diff --git a/Source/core/rendering/svg/RenderSVGRoot.h b/Source/core/rendering/svg/RenderSVGRoot.h
|
| index cb81c1f85210b60a56729a98706d07d8b390fd3e..33e174f937aabb9596bbe33ad9b6b16ea795b688 100644
|
| --- a/Source/core/rendering/svg/RenderSVGRoot.h
|
| +++ b/Source/core/rendering/svg/RenderSVGRoot.h
|
| @@ -34,6 +34,7 @@ class RenderSVGRoot FINAL : public RenderReplaced {
|
| public:
|
| explicit RenderSVGRoot(SVGElement*);
|
| virtual ~RenderSVGRoot();
|
| + virtual void trace(Visitor*) OVERRIDE;
|
|
|
| bool isEmbeddedThroughSVGImage() const;
|
| bool isEmbeddedThroughFrameContainingSVGDocument() const;
|
|
|