| Index: Source/core/dom/custom/CustomElementRegistry.cpp
|
| diff --git a/Source/core/dom/custom/CustomElementRegistry.cpp b/Source/core/dom/custom/CustomElementRegistry.cpp
|
| index f53d8df8b6ff22baeedcf84b9ba5b17c047897ef..8626685a2a2ce9981c5a1fcfeb219e0b3add7219 100644
|
| --- a/Source/core/dom/custom/CustomElementRegistry.cpp
|
| +++ b/Source/core/dom/custom/CustomElementRegistry.cpp
|
| @@ -98,7 +98,7 @@ CustomElementDefinition* CustomElementRegistry::find(const CustomElementDescript
|
| return m_definitions.get(descriptor);
|
| }
|
|
|
| -void CustomElementRegistry::trace(Visitor* visitor)
|
| +DEFINE_TRACE(CustomElementRegistry)
|
| {
|
| #if ENABLE(OILPAN)
|
| visitor->trace(m_definitions);
|
|
|