Index: Source/core/html/HTMLFormControlElementWithState.h |
diff --git a/Source/core/html/HTMLFormControlElementWithState.h b/Source/core/html/HTMLFormControlElementWithState.h |
index f54646d405f4328dcb9f15dc18d51fc76ce04dd2..2ebf8691f27f7dcd7ef2982af844a094cfd2d029 100644 |
--- a/Source/core/html/HTMLFormControlElementWithState.h |
+++ b/Source/core/html/HTMLFormControlElementWithState.h |
@@ -42,6 +42,8 @@ public: |
virtual void restoreFormControlState(const FormControlState&) { } |
void notifyFormStateChanged(); |
+ virtual void acceptHeapVisitor(Visitor*) const OVERRIDE; |
+ |
protected: |
HTMLFormControlElementWithState(const QualifiedName& tagName, Document*, HTMLFormElement*); |