| 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;
|
|
|
|
|