Index: Source/core/dom/DOMImplementation.h |
diff --git a/Source/core/dom/DOMImplementation.h b/Source/core/dom/DOMImplementation.h |
index 8b00d07b73f235eb9310d038acbf5e7e8b4bfe2d..f954c8fd6b9bd489843f83d1a1267b22bec7310a 100644 |
--- a/Source/core/dom/DOMImplementation.h |
+++ b/Source/core/dom/DOMImplementation.h |
@@ -55,8 +55,6 @@ public: |
PassRefPtr<DocumentType> createDocumentType(const AtomicString& qualifiedName, const String& publicId, const String& systemId, ExceptionState&); |
PassRefPtr<XMLDocument> createDocument(const AtomicString& namespaceURI, const AtomicString& qualifiedName, DocumentType*, ExceptionState&); |
- DOMImplementation* getInterface(const String& feature); |
- |
// From the HTMLDOMImplementation interface |
PassRefPtr<HTMLDocument> createHTMLDocument(const String& title); |