| Index: Source/core/html/HTMLSummaryElement.h
|
| diff --git a/Source/core/html/HTMLSummaryElement.h b/Source/core/html/HTMLSummaryElement.h
|
| index 07a657d52c3ec96bc22cfd87b3b8f01a9dc95700..36b480d2538ea1eaf7bd34688cd13098886f00ec 100644
|
| --- a/Source/core/html/HTMLSummaryElement.h
|
| +++ b/Source/core/html/HTMLSummaryElement.h
|
| @@ -40,7 +40,7 @@ private:
|
|
|
| virtual LayoutObject* createRenderer(const LayoutStyle&) override;
|
| virtual void defaultEventHandler(Event*) override;
|
| - virtual void didAddUserAgentShadowRoot(ShadowRoot&) override;
|
| + virtual void didAddClosedShadowRoot(ShadowRoot&) override;
|
| HTMLDetailsElement* detailsElement() const;
|
|
|
| virtual bool supportsFocus() const override;
|
|
|