| Index: Source/core/svg/SVGTextElement.h
|
| diff --git a/Source/core/svg/SVGTextElement.h b/Source/core/svg/SVGTextElement.h
|
| index 9570b6cd149b2b66b3eb8bfd99fa8dcf1b877bc8..07eecf9dc6c2aa328e7fe9a2bed576fde2eb5a07 100644
|
| --- a/Source/core/svg/SVGTextElement.h
|
| +++ b/Source/core/svg/SVGTextElement.h
|
| @@ -34,7 +34,7 @@ public:
|
| private:
|
| explicit SVGTextElement(Document&);
|
|
|
| - virtual LayoutObject* createLayoutObject(const ComputedStyle&) override;
|
| + LayoutObject* createLayoutObject(const ComputedStyle&) override;
|
| };
|
|
|
| } // namespace blink
|
|
|