| Index: Source/core/svg/SVGPatternElement.h
|
| diff --git a/Source/core/svg/SVGPatternElement.h b/Source/core/svg/SVGPatternElement.h
|
| index 6e4bc5be5b29f89cad8586b3b72d27147cd975d8..0925c0afc635ebedb4a0c7a3f676e0cae306b539 100644
|
| --- a/Source/core/svg/SVGPatternElement.h
|
| +++ b/Source/core/svg/SVGPatternElement.h
|
| @@ -72,7 +72,7 @@ private:
|
| virtual void svgAttributeChanged(const QualifiedName&) override;
|
| virtual void childrenChanged(const ChildrenChange&) override;
|
|
|
| - virtual LayoutObject* createLayoutObject(const LayoutStyle&) override;
|
| + virtual LayoutObject* createLayoutObject(const ComputedStyle&) override;
|
|
|
| virtual bool selfHasRelativeLengths() const override;
|
|
|
|
|