| Index: third_party/WebKit/Source/bindings/tests/results/core/TestDictionary.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/TestDictionary.cpp b/third_party/WebKit/Source/bindings/tests/results/core/TestDictionary.cpp
|
| index 0b8aa9c5320e43006394bdd722de682075b09dfc..459b9dba7be482b15c15a48541e8b6c4ef26db72 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/TestDictionary.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/TestDictionary.cpp
|
| @@ -45,6 +45,7 @@ DEFINE_TRACE(TestDictionary)
|
| visitor->trace(m_testInterfaceOrNullMember);
|
| visitor->trace(m_testInterfaceSequenceMember);
|
| visitor->trace(m_uint8ArrayMember);
|
| + IDLDictionaryBase::trace(visitor);
|
| }
|
|
|
| } // namespace blink
|
|
|