Index: third_party/WebKit/Source/core/dom/custom/CustomElementsRegistry.h |
diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementsRegistry.h b/third_party/WebKit/Source/core/dom/custom/CustomElementsRegistry.h |
index 292f86bed06af745541b05496ea41a545bdde531..59f531620075653b6d0ec66859d977ec21229f8e 100644 |
--- a/third_party/WebKit/Source/core/dom/custom/CustomElementsRegistry.h |
+++ b/third_party/WebKit/Source/core/dom/custom/CustomElementsRegistry.h |
@@ -23,7 +23,7 @@ class ScriptValue; |
class V0CustomElementRegistrationContext; |
class CORE_EXPORT CustomElementsRegistry final |
- : public GarbageCollectedFinalized<CustomElementsRegistry> |
+ : public GarbageCollected<CustomElementsRegistry> |
, public ScriptWrappable { |
DEFINE_WRAPPERTYPEINFO(); |
WTF_MAKE_NONCOPYABLE(CustomElementsRegistry); |