| Index: third_party/WebKit/Source/core/dom/custom/CustomElementDefinitionBuilder.h
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementDefinitionBuilder.h b/third_party/WebKit/Source/core/dom/custom/CustomElementDefinitionBuilder.h
|
| index 7c8dcd9cd0c57b7c5c568486968b4e56e6443333..d13bdcb9ff72aae41bd0d8f0085358cfa023665b 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementDefinitionBuilder.h
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementDefinitionBuilder.h
|
| @@ -25,7 +25,8 @@ class CORE_EXPORT CustomElementDefinitionBuilder {
|
| STACK_ALLOCATED();
|
| WTF_MAKE_NONCOPYABLE(CustomElementDefinitionBuilder);
|
| public:
|
| - CustomElementDefinitionBuilder() { }
|
| + CustomElementDefinitionBuilder() = default;
|
| + virtual ~CustomElementDefinitionBuilder() = default;
|
|
|
| // This API necessarily sounds JavaScript specific; this implements
|
| // some steps of the CustomElementsRegistry.define process, which
|
|
|