| Index: Source/core/html/HTMLSummaryElement.h
|
| diff --git a/Source/core/html/HTMLSummaryElement.h b/Source/core/html/HTMLSummaryElement.h
|
| index ce6167c96cfeaa0642506eb195ab981cff34e373..c47c52f638da4d9a41b95c5056717726aa97886e 100644
|
| --- a/Source/core/html/HTMLSummaryElement.h
|
| +++ b/Source/core/html/HTMLSummaryElement.h
|
| @@ -38,7 +38,7 @@ public:
|
| private:
|
| explicit HTMLSummaryElement(Document&);
|
|
|
| - virtual RenderObject* createRenderer(const RenderStyle&) override;
|
| + virtual LayoutObject* createRenderer(const RenderStyle&) override;
|
| virtual void defaultEventHandler(Event*) override;
|
| virtual void didAddUserAgentShadowRoot(ShadowRoot&) override;
|
| HTMLDetailsElement* detailsElement() const;
|
|
|