| Index: Source/core/html/HTMLDetailsElement.h
|
| diff --git a/Source/core/html/HTMLDetailsElement.h b/Source/core/html/HTMLDetailsElement.h
|
| index ad2d7c2a5316cee601a33c50bcb90ccf3603fe84..5336de86a8a1a4cce146764c83020085aa40f3f7 100644
|
| --- a/Source/core/html/HTMLDetailsElement.h
|
| +++ b/Source/core/html/HTMLDetailsElement.h
|
| @@ -44,7 +44,7 @@ private:
|
|
|
| virtual LayoutObject* createRenderer(const LayoutStyle&) override;
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) override;
|
| - virtual void didAddUserAgentShadowRoot(ShadowRoot&) override;
|
| + virtual void didAddClosedShadowRoot(ShadowRoot&) override;
|
| virtual bool isInteractiveContent() const override;
|
|
|
| bool m_isOpen;
|
|
|