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

Unified Diff: sky/engine/core/dom/custom/CustomElementRegistrationContext.h

Issue 838463004: Remove embedder custom elements. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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
Index: sky/engine/core/dom/custom/CustomElementRegistrationContext.h
diff --git a/sky/engine/core/dom/custom/CustomElementRegistrationContext.h b/sky/engine/core/dom/custom/CustomElementRegistrationContext.h
index 9306d2fd3b7d335a409d669a94867aff034cc661..95fbd207756e15452ecc068b3ec06d0fcc63b597 100644
--- a/sky/engine/core/dom/custom/CustomElementRegistrationContext.h
+++ b/sky/engine/core/dom/custom/CustomElementRegistrationContext.h
@@ -57,7 +57,7 @@ public:
~CustomElementRegistrationContext() { }
// Definitions
- void registerElement(Document*, CustomElementConstructorBuilder*, const AtomicString& type, CustomElement::NameSet validNames, ExceptionState&);
+ void registerElement(Document*, CustomElementConstructorBuilder*, const AtomicString& type, ExceptionState&);
PassRefPtr<Element> createCustomTagElement(Document&, const QualifiedName&);
« no previous file with comments | « sky/engine/core/dom/custom/CustomElement.cpp ('k') | sky/engine/core/dom/custom/CustomElementRegistrationContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698