| Index: Source/core/dom/CharacterData.cpp
|
| diff --git a/Source/core/dom/CharacterData.cpp b/Source/core/dom/CharacterData.cpp
|
| index 67a7e7e1e2e7029b4478111bd951f164c7d4a55f..49f3518b598200a78313a7d5e3a37ad44f8b485a 100644
|
| --- a/Source/core/dom/CharacterData.cpp
|
| +++ b/Source/core/dom/CharacterData.cpp
|
| @@ -245,4 +245,9 @@ bool CharacterData::offsetInCharacters() const
|
| return true;
|
| }
|
|
|
| +void CharacterData::acceptHeapVisitor(Visitor* visitor) const
|
| +{
|
| + Node::acceptHeapVisitor(visitor);
|
| +}
|
| +
|
| } // namespace WebCore
|
|
|