Index: Source/core/html/FormAssociatedElement.h |
diff --git a/Source/core/html/FormAssociatedElement.h b/Source/core/html/FormAssociatedElement.h |
index 6889c31c241d10305b82787c120ddeacdf40ed72..dc9e83c9d921944713e0ff6b0239184587f32d44 100644 |
--- a/Source/core/html/FormAssociatedElement.h |
+++ b/Source/core/html/FormAssociatedElement.h |
@@ -94,7 +94,7 @@ public: |
protected: |
FormAssociatedElement(); |
- void trace(Visitor*); |
+ virtual void trace(Visitor*); |
void insertedInto(ContainerNode*); |
void removedFrom(ContainerNode*); |
void didMoveToNewDocument(Document& oldDocument); |