| Index: Source/core/html/shadow/HTMLShadowElement.cpp
|
| diff --git a/Source/core/html/shadow/HTMLShadowElement.cpp b/Source/core/html/shadow/HTMLShadowElement.cpp
|
| index 3f90a1fd68d2ede65cbca23ad03f6661db5f04c6..830831ba7381e9ef2e1ab8c3e763273a07569f70 100644
|
| --- a/Source/core/html/shadow/HTMLShadowElement.cpp
|
| +++ b/Source/core/html/shadow/HTMLShadowElement.cpp
|
| @@ -72,7 +72,7 @@ ShadowRoot* HTMLShadowElement::olderShadowRoot()
|
|
|
| void HTMLShadowElement::acceptHeapVisitor(Visitor* visitor) const
|
| {
|
| - HTMLElement::acceptHeapVisitor(visitor);
|
| + InsertionPoint::acceptHeapVisitor(visitor);
|
| }
|
|
|
| } // namespace WebCore
|
|
|