| Index: Source/core/svg/SVGUnknownElement.h
|
| diff --git a/Source/core/svg/SVGUnknownElement.h b/Source/core/svg/SVGUnknownElement.h
|
| index 6576558a7b9afb13aa1ebefecc9dc2cf9a31e3dc..45ff8961916901817bc5dbe55c519f6cdbfe53af 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 ComputedStyle&) override { return false; }
|
| + bool layoutObjectIsNeeded(const ComputedStyle&) override { return false; }
|
| };
|
|
|
| } // namespace blink
|
|
|