| Index: Source/core/testing/DictionaryTest.cpp
|
| diff --git a/Source/core/testing/DictionaryTest.cpp b/Source/core/testing/DictionaryTest.cpp
|
| index 2ee358c7324f9e2a64edab4860d870be41ab1611..192b25056c38dd0a7d439a6bbd32b8b8d0255c2a 100644
|
| --- a/Source/core/testing/DictionaryTest.cpp
|
| +++ b/Source/core/testing/DictionaryTest.cpp
|
| @@ -88,8 +88,10 @@ void DictionaryTest::reset()
|
| m_elementOrNullMember = nullptr;
|
| }
|
|
|
| -void DictionaryTest::trace(Visitor*)
|
| +void DictionaryTest::trace(Visitor* visitor)
|
| {
|
| + visitor->trace(m_elementMember);
|
| + visitor->trace(m_elementOrNullMember);
|
| }
|
|
|
| }
|
|
|