| Index: Source/core/svg/SVGGraphicsElement.h
|
| diff --git a/Source/core/svg/SVGGraphicsElement.h b/Source/core/svg/SVGGraphicsElement.h
|
| index 24c4bf33feb41c1a18b92e5ee309ba4dbf7210a7..a3c7e4cda1c7ea3fa418eeef787bbac462091144 100644
|
| --- a/Source/core/svg/SVGGraphicsElement.h
|
| +++ b/Source/core/svg/SVGGraphicsElement.h
|
| @@ -62,7 +62,7 @@ public:
|
|
|
| // "base class" methods for all the elements which render as paths
|
| virtual void toClipPath(Path&);
|
| - virtual RenderObject* createRenderer(const RenderStyle&) override;
|
| + virtual LayoutObject* createRenderer(const RenderStyle&) override;
|
|
|
| virtual bool isValid() const override final { return SVGTests::isValid(document()); }
|
|
|
|
|