| Index: Source/core/dom/CDATASection.cpp
|
| diff --git a/Source/core/dom/CDATASection.cpp b/Source/core/dom/CDATASection.cpp
|
| index a26b428fe3b9f7b5a1fc27af52b1749a1653e621..ec957ec5448eeee2869cef72953c6f1133f1199f 100644
|
| --- a/Source/core/dom/CDATASection.cpp
|
| +++ b/Source/core/dom/CDATASection.cpp
|
| @@ -62,4 +62,9 @@ PassRefPtr<Text> CDATASection::virtualCreate(const String& data)
|
| return create(document(), data);
|
| }
|
|
|
| +void CDATASection::acceptHeapVisitor(Visitor* visitor) const
|
| +{
|
| + Text::acceptHeapVisitor(visitor);
|
| +}
|
| +
|
| } // namespace WebCore
|
|
|