| Index: sky/engine/core/dom/custom/CustomElementRegistry.h
|
| diff --git a/sky/engine/core/dom/custom/CustomElementRegistry.h b/sky/engine/core/dom/custom/CustomElementRegistry.h
|
| index 63c4a31ad25d96c046caa96ccd4340a50fb0a47f..fa4fd2e1e1cda2cfa89186c703ad34e8a523e88d 100644
|
| --- a/sky/engine/core/dom/custom/CustomElementRegistry.h
|
| +++ b/sky/engine/core/dom/custom/CustomElementRegistry.h
|
| @@ -54,7 +54,7 @@ protected:
|
|
|
| CustomElementRegistry() { }
|
|
|
| - CustomElementDefinition* registerElement(Document*, CustomElementConstructorBuilder*, const AtomicString& name, CustomElement::NameSet validNames, ExceptionState&);
|
| + CustomElementDefinition* registerElement(Document*, CustomElementConstructorBuilder*, const AtomicString& name, ExceptionState&);
|
| CustomElementDefinition* find(const CustomElementDescriptor&) const;
|
|
|
| private:
|
|
|