Index: Source/core/html/HTMLFormControlsCollection.h |
diff --git a/Source/core/html/HTMLFormControlsCollection.h b/Source/core/html/HTMLFormControlsCollection.h |
index 3ce8462660cf9cb503a4a88c7af2be3c55f1bd1b..7c5bb74f5acdc955caaefaccd41cbff912de634a 100644 |
--- a/Source/core/html/HTMLFormControlsCollection.h |
+++ b/Source/core/html/HTMLFormControlsCollection.h |
@@ -49,7 +49,7 @@ public: |
virtual HTMLElement* namedItem(const AtomicString& name) const override; |
void namedGetter(const AtomicString& name, RadioNodeListOrElement&); |
- virtual void trace(Visitor*) override; |
+ DECLARE_VIRTUAL_TRACE(); |
private: |
explicit HTMLFormControlsCollection(ContainerNode&); |