| Index: Source/bindings/templates/dictionary_impl.cpp
|
| diff --git a/Source/bindings/templates/dictionary_impl.cpp b/Source/bindings/templates/dictionary_impl.cpp
|
| index f9771424274931d7e63a4d1601e449a08a56d9b6..80fb9c13fdc1aa2696d8a2c1ab8ae2def101bb0a 100644
|
| --- a/Source/bindings/templates/dictionary_impl.cpp
|
| +++ b/Source/bindings/templates/dictionary_impl.cpp
|
| @@ -21,7 +21,7 @@ namespace blink {
|
| {% endfor %}
|
| }
|
|
|
| -void {{cpp_class}}::trace(Visitor* visitor)
|
| +DEFINE_TRACE({{cpp_class}})
|
| {
|
| {% for member in members if member.is_traceable %}
|
| visitor->trace(m_{{member.cpp_name}});
|
|
|