| Index: Source/core/html/HTMLBaseElement.cpp
|
| diff --git a/Source/core/html/HTMLBaseElement.cpp b/Source/core/html/HTMLBaseElement.cpp
|
| index 7166fc5839df6b057c43323efb417c3a86653e0c..60d8dd00adcdd24bb8f1cedc88950f79a4114f8f 100644
|
| --- a/Source/core/html/HTMLBaseElement.cpp
|
| +++ b/Source/core/html/HTMLBaseElement.cpp
|
| @@ -103,4 +103,9 @@ void HTMLBaseElement::setHref(const AtomicString& value)
|
| setAttribute(hrefAttr, value);
|
| }
|
|
|
| +void HTMLBaseElement::acceptHeapVisitor(Visitor* visitor) const
|
| +{
|
| + HTMLElement::acceptHeapVisitor(visitor);
|
| +}
|
| +
|
| }
|
|
|