| Index: Source/core/dom/custom/CustomElementRegistry.h
|
| diff --git a/Source/core/dom/custom/CustomElementRegistry.h b/Source/core/dom/custom/CustomElementRegistry.h
|
| index 11642ddf45a0c7d20840b527245831d603819bcb..2c76263ae1eace423565abe19722b786aae2e01c 100644
|
| --- a/Source/core/dom/custom/CustomElementRegistry.h
|
| +++ b/Source/core/dom/custom/CustomElementRegistry.h
|
| @@ -53,7 +53,6 @@ protected:
|
| friend class CustomElementRegistrationContext;
|
|
|
| CustomElementRegistry() { }
|
| - virtual ~CustomElementRegistry() { }
|
|
|
| CustomElementDefinition* registerElement(Document*, CustomElementConstructorBuilder*, const AtomicString& name, CustomElement::NameSet validNames, ExceptionState&);
|
| CustomElementDefinition* find(const CustomElementDescriptor&) const;
|
|
|