| Index: sky/engine/core/dom/Element.h
|
| diff --git a/sky/engine/core/dom/Element.h b/sky/engine/core/dom/Element.h
|
| index 66c1e2224e7ab7835b549ab575fe8b892f286c10..06fb806f0a18d1fedfdcd82c3fa0400ca1c9896a 100644
|
| --- a/sky/engine/core/dom/Element.h
|
| +++ b/sky/engine/core/dom/Element.h
|
| @@ -65,9 +65,6 @@ enum SpellcheckAttributeState {
|
| class Element : public ContainerNode {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| - // Used for custom elements.
|
| - static PassRefPtr<Element> create(Document& document, const AtomicString& tagName);
|
| -
|
| static PassRefPtr<Element> create(const QualifiedName&, Document*);
|
| virtual ~Element();
|
|
|
|
|