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

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

Issue 831993005: Remove custom element type extensions. (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 c3980f0d59e130e66ceefdc89ff5ee5e0a5db0f6..5b6fddd78da0f635048d3bc618744b09e27fb1ea 100644
--- a/sky/engine/core/dom/custom/CustomElementRegistrationContext.h
+++ b/sky/engine/core/dom/custom/CustomElementRegistrationContext.h
@@ -61,19 +61,14 @@ public:
void registerElement(Document*, CustomElementConstructorBuilder*, const AtomicString& type, CustomElement::NameSet validNames, ExceptionState&);
PassRefPtr<Element> createCustomTagElement(Document&, const QualifiedName&);
- static void setIsAttributeAndTypeExtension(Element*, const AtomicString& type);
- static void setTypeExtension(Element*, const AtomicString& type);
void resolve(Element*, const CustomElementDescriptor&);
protected:
CustomElementRegistrationContext();
- // Instance creation
- void didGiveTypeExtension(Element*, const AtomicString& type);
-
private:
- void resolveOrScheduleResolution(Element*, const AtomicString& typeExtension);
+ void resolveOrScheduleResolution(Element*);
CustomElementRegistry m_registry;

Powered by Google App Engine
This is Rietveld 408576698