| Index: Source/core/html/TextDocument.cpp
|
| diff --git a/Source/core/html/TextDocument.cpp b/Source/core/html/TextDocument.cpp
|
| index 83caa017fef7f33242d7eb37120ed97837b56c04..bde6b50dad5e6cc7d71e8766ab3e90a844e8586f 100644
|
| --- a/Source/core/html/TextDocument.cpp
|
| +++ b/Source/core/html/TextDocument.cpp
|
| @@ -41,4 +41,9 @@ PassRefPtr<DocumentParser> TextDocument::createParser()
|
| return TextDocumentParser::create(this);
|
| }
|
|
|
| +void TextDocument::acceptHeapVisitor(Visitor* visitor) const
|
| +{
|
| + HTMLDocument::acceptHeapVisitor(visitor);
|
| +}
|
| +
|
| }
|
|
|