| Index: Source/core/svg/SVGMaskElement.h
|
| diff --git a/Source/core/svg/SVGMaskElement.h b/Source/core/svg/SVGMaskElement.h
|
| index b9bd8a81dbafaebf6863cea173480faf501d6995..8f06a849a674a1430bd69ba429279963cd93c516 100644
|
| --- a/Source/core/svg/SVGMaskElement.h
|
| +++ b/Source/core/svg/SVGMaskElement.h
|
| @@ -60,7 +60,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;
|
|
|
|
|