| Index: Source/core/svg/SVGUnknownElement.h
|
| diff --git a/Source/core/svg/SVGUnknownElement.h b/Source/core/svg/SVGUnknownElement.h
|
| index 3c1ae082ee87dec1843fe3c7e0319b640c07d1f1..ac26eb815c025ba2c756975eaf7806e343105367 100644
|
| --- a/Source/core/svg/SVGUnknownElement.h
|
| +++ b/Source/core/svg/SVGUnknownElement.h
|
| @@ -48,7 +48,7 @@ public:
|
| private:
|
| SVGUnknownElement(const QualifiedName&, Document&);
|
|
|
| - virtual bool layoutObjectIsNeeded(const LayoutStyle&) override { return false; }
|
| + virtual bool layoutObjectIsNeeded(const ComputedStyle&) override { return false; }
|
| };
|
|
|
| } // namespace blink
|
|
|