| Index: sky/engine/core/dom/Document.h
|
| diff --git a/sky/engine/core/dom/Document.h b/sky/engine/core/dom/Document.h
|
| index 5336b75d210d62fc2c0fd3a3dc6d30ef23e2805c..fb0c462205b69267054897dc038063338491a6a5 100644
|
| --- a/sky/engine/core/dom/Document.h
|
| +++ b/sky/engine/core/dom/Document.h
|
| @@ -495,7 +495,7 @@ public:
|
| IntSize initialViewportSize() const;
|
|
|
| ScriptValue registerElement(ScriptState*, const AtomicString& name, ExceptionState&);
|
| - ScriptValue registerElement(ScriptState*, const AtomicString& name, const Dictionary& options, ExceptionState&, CustomElement::NameSet validNames = CustomElement::StandardNames);
|
| + ScriptValue registerElement(ScriptState*, const AtomicString& name, const Dictionary& options, ExceptionState&);
|
| CustomElementRegistrationContext* registrationContext() { return m_registrationContext.get(); }
|
| CustomElementMicrotaskRunQueue* customElementMicrotaskRunQueue();
|
|
|
|
|