Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index 397330e780aedd694d8034a27b4c2cf531962d9f..1ac0e17287850eed4b5c61b8db97e5d31f1fb236 100644 |
--- a/Source/core/dom/Document.h |
+++ b/Source/core/dom/Document.h |
@@ -310,7 +310,6 @@ public: |
PassRefPtrWillBeRawPtr<ProcessingInstruction> createProcessingInstruction(const String& target, const String& data, ExceptionState&); |
PassRefPtrWillBeRawPtr<Attr> createAttribute(const AtomicString& name, ExceptionState&); |
PassRefPtrWillBeRawPtr<Attr> createAttributeNS(const AtomicString& namespaceURI, const AtomicString& qualifiedName, ExceptionState&, bool shouldIgnoreNamespaceChecks = false); |
- PassRefPtrWillBeRawPtr<Node> importNode(Node* importedNode, ExceptionState&); |
PassRefPtrWillBeRawPtr<Node> importNode(Node* importedNode, bool deep, ExceptionState&); |
PassRefPtrWillBeRawPtr<Element> createElementNS(const AtomicString& namespaceURI, const AtomicString& qualifiedName, ExceptionState&); |
PassRefPtrWillBeRawPtr<Element> createElement(const QualifiedName&, bool createdByParser); |