| Index: Source/core/svg/SVGTitleElement.h
|
| diff --git a/Source/core/svg/SVGTitleElement.h b/Source/core/svg/SVGTitleElement.h
|
| index b212afe0a56be225d70b1e4bb1b54814a4410c5f..48f5a740613ff10f0c1f8fe5e31ea53e07d11668 100644
|
| --- a/Source/core/svg/SVGTitleElement.h
|
| +++ b/Source/core/svg/SVGTitleElement.h
|
| @@ -37,7 +37,7 @@ private:
|
| virtual void removedFrom(ContainerNode*) override;
|
| virtual void childrenChanged(const ChildrenChange&) override;
|
|
|
| - virtual bool layoutObjectIsNeeded(const LayoutStyle&) override { return false; }
|
| + virtual bool layoutObjectIsNeeded(const ComputedStyle&) override { return false; }
|
| };
|
|
|
| } // namespace blink
|
|
|