| Index: Source/core/layout/svg/LayoutSVGForeignObject.h
|
| diff --git a/Source/core/layout/svg/LayoutSVGForeignObject.h b/Source/core/layout/svg/LayoutSVGForeignObject.h
|
| index c7bb6ad18af5a0bc0d3d4ed75ba05287cc436c6a..78df1cb833352be07974319ce3423c724dc25a2a 100644
|
| --- a/Source/core/layout/svg/LayoutSVGForeignObject.h
|
| +++ b/Source/core/layout/svg/LayoutSVGForeignObject.h
|
| @@ -34,7 +34,7 @@ public:
|
|
|
| virtual const char* name() const override { return "LayoutSVGForeignObject"; }
|
|
|
| - virtual bool isChildAllowed(LayoutObject*, const LayoutStyle&) const override;
|
| + virtual bool isChildAllowed(LayoutObject*, const ComputedStyle&) const override;
|
|
|
| virtual void paint(const PaintInfo&, const LayoutPoint&) override;
|
|
|
|
|