| Index: Source/core/html/HTMLFormControlsCollection.cpp
|
| diff --git a/Source/core/html/HTMLFormControlsCollection.cpp b/Source/core/html/HTMLFormControlsCollection.cpp
|
| index b6401e5b0289daede2bd18e2099442baf43060a9..e7ced66a415c5138e1f42d662c686cb7ec3cf94d 100644
|
| --- a/Source/core/html/HTMLFormControlsCollection.cpp
|
| +++ b/Source/core/html/HTMLFormControlsCollection.cpp
|
| @@ -236,7 +236,7 @@ void HTMLFormControlsCollection::supportedPropertyNames(Vector<String>& names)
|
| }
|
| }
|
|
|
| -void HTMLFormControlsCollection::trace(Visitor* visitor)
|
| +DEFINE_TRACE(HTMLFormControlsCollection)
|
| {
|
| visitor->trace(m_cachedElement);
|
| HTMLCollection::trace(visitor);
|
|
|