summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/DOMImplementation.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/DOMImplementation.h')
-rw-r--r--WebCore/dom/DOMImplementation.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/dom/DOMImplementation.h b/WebCore/dom/DOMImplementation.h
index b776d22..c3d5658 100644
--- a/WebCore/dom/DOMImplementation.h
+++ b/WebCore/dom/DOMImplementation.h
@@ -34,6 +34,7 @@ class Document;
class DocumentType;
class Frame;
class HTMLDocument;
+class KURL;
class String;
typedef int ExceptionCode;
@@ -56,7 +57,7 @@ public:
static PassRefPtr<HTMLDocument> createHTMLDocument(const String& title);
// Other methods (not part of DOM)
- static PassRefPtr<Document> createDocument(const String& MIMEType, Frame*, bool inViewSourceMode);
+ static PassRefPtr<Document> createDocument(const String& MIMEType, Frame*, const KURL&, bool inViewSourceMode);
static bool isXMLMIMEType(const String& MIMEType);
static bool isTextMIMEType(const String& MIMEType);