Index: Source/core/html/HTMLOptGroupElement.h |
diff --git a/Source/core/html/HTMLOptGroupElement.h b/Source/core/html/HTMLOptGroupElement.h |
index 5d0dd43904a92f40577fa2daf3813f8ca175bdb7..ed0fc3b5c28a01fd3b391154d0206df9707ed076 100644 |
--- a/Source/core/html/HTMLOptGroupElement.h |
+++ b/Source/core/html/HTMLOptGroupElement.h |
@@ -49,7 +49,7 @@ private: |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) override; |
virtual void childrenChanged(const ChildrenChange&) override; |
virtual void accessKeyAction(bool sendMouseEvents) override; |
- virtual void didAddUserAgentShadowRoot(ShadowRoot&) override; |
+ virtual void didAddClosedShadowRoot(ShadowRoot&) override; |
virtual void attach(const AttachContext& = AttachContext()) override; |
virtual void detach(const AttachContext& = AttachContext()) override; |