| Index: Source/core/html/shadow/DetailsMarkerControl.h
|
| diff --git a/Source/core/html/shadow/DetailsMarkerControl.h b/Source/core/html/shadow/DetailsMarkerControl.h
|
| index cecdfc40a4542b6917f79df9d492fc524d444474..6498a5f062ec3ed935ff613afe55c3e1cc1575af 100644
|
| --- a/Source/core/html/shadow/DetailsMarkerControl.h
|
| +++ b/Source/core/html/shadow/DetailsMarkerControl.h
|
| @@ -44,8 +44,8 @@ public:
|
| static PassRefPtrWillBeRawPtr<DetailsMarkerControl> create(Document&);
|
|
|
| private:
|
| - virtual LayoutObject* createLayoutObject(const LayoutStyle&) override;
|
| - virtual bool layoutObjectIsNeeded(const LayoutStyle&) override;
|
| + virtual LayoutObject* createLayoutObject(const ComputedStyle&) override;
|
| + virtual bool layoutObjectIsNeeded(const ComputedStyle&) override;
|
|
|
| HTMLSummaryElement* summaryElement();
|
| };
|
|
|