| Index: Source/core/dom/custom/CustomElementRegistrationContext.h
|
| diff --git a/Source/core/dom/custom/CustomElementRegistrationContext.h b/Source/core/dom/custom/CustomElementRegistrationContext.h
|
| index 1c933bba9f1a07ccc4a0b4495c0adcb971a843f6..97dbc5fbfa75758737e331ebd010cc5fe256511d 100644
|
| --- a/Source/core/dom/custom/CustomElementRegistrationContext.h
|
| +++ b/Source/core/dom/custom/CustomElementRegistrationContext.h
|
| @@ -56,15 +56,9 @@ public:
|
| // Definitions
|
| void registerElement(Document*, CustomElementConstructorBuilder*, const AtomicString& type, CustomElement::NameSet validNames, ExceptionState&);
|
|
|
| - // Instance creation
|
| - enum CreationMode {
|
| - CreatedByParser,
|
| - NotCreatedByParser
|
| - };
|
| -
|
| - PassRefPtr<Element> createCustomTagElement(Document&, const QualifiedName&, CreationMode = NotCreatedByParser);
|
| + PassRefPtr<Element> createCustomTagElement(Document&, const QualifiedName&);
|
| static void setIsAttributeAndTypeExtension(Element*, const AtomicString& type);
|
| - static void setTypeExtension(Element*, const AtomicString& type, CreationMode = NotCreatedByParser);
|
| + static void setTypeExtension(Element*, const AtomicString& type);
|
|
|
| protected:
|
| CustomElementRegistrationContext() { }
|
|
|