Index: Source/core/html/HTMLHRElement.cpp |
diff --git a/Source/core/html/HTMLHRElement.cpp b/Source/core/html/HTMLHRElement.cpp |
index c58ef4470f90594c8e62674f7034488a1c671cbf..5447abde46d886dabd502cce195fd1c767644c01 100644 |
--- a/Source/core/html/HTMLHRElement.cpp |
+++ b/Source/core/html/HTMLHRElement.cpp |
@@ -99,4 +99,9 @@ void HTMLHRElement::collectStyleForPresentationAttribute(const QualifiedName& na |
HTMLElement::collectStyleForPresentationAttribute(name, value, style); |
} |
+void HTMLHRElement::acceptHeapVisitor(Visitor* visitor) const |
+{ |
+ HTMLElement::acceptHeapVisitor(visitor); |
+} |
+ |
} |