| Index: sky/engine/core/dom/Document.h
|
| diff --git a/sky/engine/core/dom/Document.h b/sky/engine/core/dom/Document.h
|
| index 1f1749d340046cf69d3184e63eb1ac84c4030195..bf803fedb73a7f5684b5533e3d9ea194c6aaab1e 100644
|
| --- a/sky/engine/core/dom/Document.h
|
| +++ b/sky/engine/core/dom/Document.h
|
| @@ -517,7 +517,6 @@ public:
|
|
|
| IntSize initialViewportSize() const;
|
|
|
| - PassRefPtr<Element> createElement(const AtomicString& localName, const AtomicString& typeExtension, ExceptionState&);
|
| ScriptValue registerElement(ScriptState*, const AtomicString& name, ExceptionState&);
|
| ScriptValue registerElement(ScriptState*, const AtomicString& name, const Dictionary& options, ExceptionState&, CustomElement::NameSet validNames = CustomElement::StandardNames);
|
| CustomElementRegistrationContext* registrationContext() { return m_registrationContext.get(); }
|
|
|