| Index: Source/core/html/HTMLDetailsElement.h
|
| diff --git a/Source/core/html/HTMLDetailsElement.h b/Source/core/html/HTMLDetailsElement.h
|
| index af70ae690e083799e233f4eba4a7932d9427d596..73fed29912af30d6495474c7f92c6fbeba04e6d0 100644
|
| --- a/Source/core/html/HTMLDetailsElement.h
|
| +++ b/Source/core/html/HTMLDetailsElement.h
|
| @@ -42,7 +42,7 @@ public:
|
| private:
|
| explicit HTMLDetailsElement(Document&);
|
|
|
| - virtual LayoutObject* createLayoutObject(const LayoutStyle&) override;
|
| + virtual LayoutObject* createLayoutObject(const ComputedStyle&) override;
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) override;
|
| virtual void didAddClosedShadowRoot(ShadowRoot&) override;
|
| virtual bool isInteractiveContent() const override;
|
|
|