Index: Source/core/html/HTMLViewSourceDocument.cpp |
diff --git a/Source/core/html/HTMLViewSourceDocument.cpp b/Source/core/html/HTMLViewSourceDocument.cpp |
index 62b59b89293c335bad23e6cd884bfee9a54ab8e2..fab6558c705ff19a491168bcc6c1c07805a8f7e0 100644 |
--- a/Source/core/html/HTMLViewSourceDocument.cpp |
+++ b/Source/core/html/HTMLViewSourceDocument.cpp |
@@ -317,4 +317,9 @@ PassRefPtr<Element> HTMLViewSourceDocument::addLink(const AtomicString& url, boo |
return anchor.passRefPtr(); |
} |
+void HTMLViewSourceDocument::acceptHeapVisitor(Visitor* visitor) const |
+{ |
+ HTMLDocument::acceptHeapVisitor(visitor); |
+} |
+ |
} |