| Index: Source/core/html/DOMFormData.cpp
|
| diff --git a/Source/core/html/DOMFormData.cpp b/Source/core/html/DOMFormData.cpp
|
| index 1abdd46ed4d252a212d446c83c2e91e73ec56701..b338643fd235508736c334b441b58daaecd23d0f 100644
|
| --- a/Source/core/html/DOMFormData.cpp
|
| +++ b/Source/core/html/DOMFormData.cpp
|
| @@ -61,7 +61,7 @@ public:
|
| return true;
|
| }
|
|
|
| - void trace(Visitor* visitor) override
|
| + DEFINE_INLINE_VIRTUAL_TRACE()
|
| {
|
| visitor->trace(m_formData);
|
| PairIterable<String, FormDataEntryValue>::IterationSource::trace(visitor);
|
|
|