| Index: third_party/WebKit/Source/core/dom/custom/CustomElementRegistry.h
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementRegistry.h b/third_party/WebKit/Source/core/dom/custom/CustomElementRegistry.h
|
| index 04036567cdeea5d753e5ddb9213cd805effeaf4c..e23d3607fa4f9b8d9aa8a8e243f3b8416b0faad4 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementRegistry.h
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementRegistry.h
|
| @@ -68,6 +68,7 @@ class CORE_EXPORT CustomElementRegistry final
|
| void entangle(V0CustomElementRegistrationContext*);
|
|
|
| DECLARE_TRACE();
|
| + DECLARE_VIRTUAL_TRACE_WRAPPERS();
|
|
|
| private:
|
| friend class CustomElementRegistryTest;
|
|
|