| Index: Source/core/html/HTMLSummaryElement.h
|
| diff --git a/Source/core/html/HTMLSummaryElement.h b/Source/core/html/HTMLSummaryElement.h
|
| index 9501a0045bc147a91c62fd6f943ef5caf33109c4..5c7922450765d05b891d3c910daafd9133b63a7c 100644
|
| --- a/Source/core/html/HTMLSummaryElement.h
|
| +++ b/Source/core/html/HTMLSummaryElement.h
|
| @@ -38,7 +38,7 @@ public:
|
| private:
|
| explicit HTMLSummaryElement(Document&);
|
|
|
| - virtual LayoutObject* createLayoutObject(const LayoutStyle&) override;
|
| + virtual LayoutObject* createLayoutObject(const ComputedStyle&) override;
|
| virtual void defaultEventHandler(Event*) override;
|
| virtual void didAddClosedShadowRoot(ShadowRoot&) override;
|
| HTMLDetailsElement* detailsElement() const;
|
|
|