| Index: Source/core/svg/SVGSwitchElement.h
|
| diff --git a/Source/core/svg/SVGSwitchElement.h b/Source/core/svg/SVGSwitchElement.h
|
| index f37971247b7c56f903fc44f51d1e3b8346fa8ae3..fa972905cfe65529080096c50d27d20aaeccb9d2 100644
|
| --- a/Source/core/svg/SVGSwitchElement.h
|
| +++ b/Source/core/svg/SVGSwitchElement.h
|
| @@ -34,8 +34,7 @@ public:
|
| private:
|
| explicit SVGSwitchElement(Document&);
|
|
|
| - virtual RenderObject* createRenderer(const RenderStyle&) override;
|
| -
|
| + virtual LayoutObject* createRenderer(const RenderStyle&) override;
|
| };
|
|
|
| } // namespace blink
|
|
|