Index: Source/core/html/HTMLOptionElement.h |
diff --git a/Source/core/html/HTMLOptionElement.h b/Source/core/html/HTMLOptionElement.h |
index 6f227db25c719c619b91c0787751af6d3c4a1d02..56349467876088ce5386ef59c2c0be8e895c36b4 100644 |
--- a/Source/core/html/HTMLOptionElement.h |
+++ b/Source/core/html/HTMLOptionElement.h |
@@ -66,6 +66,8 @@ public: |
void setSelectedState(bool); |
+ virtual void acceptHeapVisitor(Visitor*) const OVERRIDE; |
+ |
private: |
HTMLOptionElement(const QualifiedName&, Handle<Document>); |