Index: Source/core/html/HTMLOptionElement.cpp |
diff --git a/Source/core/html/HTMLOptionElement.cpp b/Source/core/html/HTMLOptionElement.cpp |
index caf70c138c8f35978aa1be702927682494f57cce..438eda6d5006361d4ca3e3c7611bc110387aa1f2 100644 |
--- a/Source/core/html/HTMLOptionElement.cpp |
+++ b/Source/core/html/HTMLOptionElement.cpp |
@@ -406,4 +406,9 @@ const HTMLOptionElement* toHTMLOptionElement(const Node* node) |
#endif |
+void HTMLOptionElement::acceptHeapVisitor(Visitor* visitor) const |
+{ |
+ HTMLElement::acceptHeapVisitor(visitor); |
+} |
+ |
} // namespace |