| Index: Source/core/svg/SVGDefsElement.h
|
| diff --git a/Source/core/svg/SVGDefsElement.h b/Source/core/svg/SVGDefsElement.h
|
| index a03944dffa5c5861096dd038483d4d00d81079ea..7e47427f0a867afadda4de9e63c5d804d3d847a0 100644
|
| --- a/Source/core/svg/SVGDefsElement.h
|
| +++ b/Source/core/svg/SVGDefsElement.h
|
| @@ -36,7 +36,7 @@ public:
|
| private:
|
| explicit SVGDefsElement(Document&);
|
|
|
| - virtual LayoutObject* createLayoutObject(const LayoutStyle&) override;
|
| + virtual LayoutObject* createLayoutObject(const ComputedStyle&) override;
|
| };
|
|
|
| } // namespace blink
|
|
|