| Index: sky/engine/core/dom/custom/CustomElementRegistrationContext.cpp
|
| diff --git a/sky/engine/core/dom/custom/CustomElementRegistrationContext.cpp b/sky/engine/core/dom/custom/CustomElementRegistrationContext.cpp
|
| index 4963a73596a493e6c419a70e88893f930b3256f9..8b386257cc33339eccd672d62b1f0fc978fc7aa3 100644
|
| --- a/sky/engine/core/dom/custom/CustomElementRegistrationContext.cpp
|
| +++ b/sky/engine/core/dom/custom/CustomElementRegistrationContext.cpp
|
| @@ -144,9 +144,4 @@ void CustomElementRegistrationContext::setTypeExtension(Element* element, const
|
| context->didGiveTypeExtension(element, type);
|
| }
|
|
|
| -void CustomElementRegistrationContext::trace(Visitor* visitor)
|
| -{
|
| - visitor->trace(m_candidates);
|
| -}
|
| -
|
| } // namespace blink
|
|
|