| Index: Source/core/svg/SVGLinearGradientElement.h
|
| diff --git a/Source/core/svg/SVGLinearGradientElement.h b/Source/core/svg/SVGLinearGradientElement.h
|
| index a79006af51a323f6cd34d321b3791d01ce9eadeb..70bdce4b1172e1cba4b2dcc3ff3e63aee4dfd0bb 100644
|
| --- a/Source/core/svg/SVGLinearGradientElement.h
|
| +++ b/Source/core/svg/SVGLinearGradientElement.h
|
| @@ -50,7 +50,7 @@ private:
|
| bool isSupportedAttribute(const QualifiedName&);
|
| virtual void svgAttributeChanged(const QualifiedName&) override;
|
|
|
| - virtual LayoutObject* createLayoutObject(const LayoutStyle&) override;
|
| + virtual LayoutObject* createLayoutObject(const ComputedStyle&) override;
|
|
|
| virtual bool selfHasRelativeLengths() const override;
|
|
|
|
|