| Index: Source/core/html/shadow/HTMLContentElement.cpp
|
| diff --git a/Source/core/html/shadow/HTMLContentElement.cpp b/Source/core/html/shadow/HTMLContentElement.cpp
|
| index 60144086c802cc14fda52a620518223ae31dcd82..04d0acf2c27bc30c9e986d6f8cece1496483f0d0 100644
|
| --- a/Source/core/html/shadow/HTMLContentElement.cpp
|
| +++ b/Source/core/html/shadow/HTMLContentElement.cpp
|
| @@ -198,7 +198,7 @@ bool HTMLContentElement::validateSelect() const
|
|
|
| void HTMLContentElement::acceptHeapVisitor(Visitor* visitor) const
|
| {
|
| - HTMLElement::acceptHeapVisitor(visitor);
|
| + InsertionPoint::acceptHeapVisitor(visitor);
|
| }
|
|
|
| }
|
|
|