Index: Source/core/html/HTMLAreaElement.cpp |
diff --git a/Source/core/html/HTMLAreaElement.cpp b/Source/core/html/HTMLAreaElement.cpp |
index 4a10eefef02d038f11deeb604ac7af87231ddc25..36f399201b0d2e9a8c80d87f324c8008ac323e19 100644 |
--- a/Source/core/html/HTMLAreaElement.cpp |
+++ b/Source/core/html/HTMLAreaElement.cpp |
@@ -253,4 +253,9 @@ String HTMLAreaElement::target() const |
return getAttribute(targetAttr); |
} |
+void HTMLAreaElement::acceptHeapVisitor(Visitor* visitor) const |
+{ |
+ HTMLAnchorElement::acceptHeapVisitor(visitor); |
+} |
+ |
} |