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