| Index: Source/core/svg/SVGTextElement.h
|
| diff --git a/Source/core/svg/SVGTextElement.h b/Source/core/svg/SVGTextElement.h
|
| index 52dbc372d00ee8b5e0b86632c6cc9be1d866818f..6564c93b86de383876644b06127f8155bb4a317f 100644
|
| --- a/Source/core/svg/SVGTextElement.h
|
| +++ b/Source/core/svg/SVGTextElement.h
|
| @@ -34,7 +34,7 @@ public:
|
| private:
|
| explicit SVGTextElement(Document&);
|
|
|
| - virtual RenderObject* createRenderer(RenderStyle*) override;
|
| + virtual RenderObject* createRenderer(const RenderStyle*) override;
|
| };
|
|
|
| } // namespace blink
|
|
|