Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(614)

Unified Diff: Source/core/dom/custom/CustomElementRegistry.h

Issue 41133002: Remove virtual destructors for CustomElementDefinition and CustomElementRegistry (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/dom/custom/CustomElementDefinition.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/core/dom/custom/CustomElementDefinition.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698