Index: Source/core/html/HTMLBodyElement.cpp |
diff --git a/Source/core/html/HTMLBodyElement.cpp b/Source/core/html/HTMLBodyElement.cpp |
index 59b6238016297ea779b777b1ccf7e6a5a536d73e..72f60836c47f06c46b59059c90214d605c69cafd 100644 |
--- a/Source/core/html/HTMLBodyElement.cpp |
+++ b/Source/core/html/HTMLBodyElement.cpp |
@@ -329,4 +329,9 @@ void HTMLBodyElement::addSubresourceAttributeURLs(ListHashSet<KURL>& urls) const |
addSubresourceURL(urls, document()->completeURL(getAttribute(backgroundAttr))); |
} |
+void HTMLBodyElement::acceptHeapVisitor(Visitor* visitor) const |
+{ |
+ HTMLElement::acceptHeapVisitor(visitor); |
+} |
+ |
} // namespace WebCore |