Index: sky/engine/core/dom/Document.h |
diff --git a/sky/engine/core/dom/Document.h b/sky/engine/core/dom/Document.h |
index 16c973db5940d787d53caf396ab8765bd88d3c40..fb314020af164fd55abfbe614bd5e39b9d0fb044 100644 |
--- a/sky/engine/core/dom/Document.h |
+++ b/sky/engine/core/dom/Document.h |
@@ -175,7 +175,6 @@ public: |
PassRefPtr<Element> createElement(const AtomicString& name, ExceptionState&); |
PassRefPtr<DocumentFragment> createDocumentFragment(); |
- PassRefPtr<Text> createTextNode(const String& data); |
PassRefPtr<Node> importNode(Node* importedNode, bool deep, ExceptionState&); |
PassRefPtr<Element> createElement(const QualifiedName&, bool createdByParser); |