| Index: Source/core/dom/custom/CustomElementRegistrationContext.h
|
| diff --git a/Source/core/dom/custom/CustomElementRegistrationContext.h b/Source/core/dom/custom/CustomElementRegistrationContext.h
|
| index 2df4c7f008eff706813cfa50fda5779d52410014..c4489971b0e395e82239a1f41da8dcf795277fd9 100644
|
| --- a/Source/core/dom/custom/CustomElementRegistrationContext.h
|
| +++ b/Source/core/dom/custom/CustomElementRegistrationContext.h
|
| @@ -62,7 +62,7 @@ public:
|
|
|
| void resolve(Element*, const CustomElementDescriptor&);
|
|
|
| - void trace(Visitor*);
|
| + DECLARE_TRACE();
|
|
|
| protected:
|
| CustomElementRegistrationContext();
|
|
|