| Index: Source/core/html/HTMLDetailsElement.h
|
| diff --git a/Source/core/html/HTMLDetailsElement.h b/Source/core/html/HTMLDetailsElement.h
|
| index 04c899c787fa4d68992da8f5daecd813e85d431d..b07eb1724f3ae0b289edc43deac1a6681400c1f8 100644
|
| --- a/Source/core/html/HTMLDetailsElement.h
|
| +++ b/Source/core/html/HTMLDetailsElement.h
|
| @@ -42,7 +42,7 @@ public:
|
| private:
|
| explicit HTMLDetailsElement(Document&);
|
|
|
| - virtual RenderObject* createRenderer(RenderStyle*) override;
|
| + virtual LayoutObject* createRenderer(RenderStyle*) override;
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) override;
|
| virtual void didAddUserAgentShadowRoot(ShadowRoot&) override;
|
| virtual bool isInteractiveContent() const override;
|
|
|