| Index: Source/core/dom/DOMImplementation.h
|
| diff --git a/Source/core/dom/DOMImplementation.h b/Source/core/dom/DOMImplementation.h
|
| index 4d4f1be94bc44281914399816be0794f7b59d0bd..687a545aa3ac26972621100bd10e012e553b5b66 100644
|
| --- a/Source/core/dom/DOMImplementation.h
|
| +++ b/Source/core/dom/DOMImplementation.h
|
| @@ -63,7 +63,6 @@ public:
|
| PassRefPtrWillBeRawPtr<HTMLDocument> createHTMLDocument(const String& title);
|
|
|
| // Other methods (not part of DOM)
|
| - static PassRefPtrWillBeRawPtr<Document> createDocument(const String& mimeType, LocalFrame*, const KURL&, bool inViewSourceMode);
|
| static PassRefPtrWillBeRawPtr<Document> createDocument(const String& mimeType, const DocumentInit&, bool inViewSourceMode);
|
|
|
| static bool isXMLMIMEType(const String&);
|
|
|