summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/html/HTMLDocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/HTMLDocument.h')
-rw-r--r--Source/WebCore/html/HTMLDocument.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/WebCore/html/HTMLDocument.h b/Source/WebCore/html/HTMLDocument.h
index 37edd87..3310b71 100644
--- a/Source/WebCore/html/HTMLDocument.h
+++ b/Source/WebCore/html/HTMLDocument.h
@@ -35,9 +35,9 @@ class HTMLElement;
class HTMLDocument : public Document, public CachedResourceClient {
public:
- static PassRefPtr<HTMLDocument> create(Frame* frame, const KURL& url, const KURL& baseURL = KURL())
+ static PassRefPtr<HTMLDocument> create(Frame* frame, const KURL& url)
{
- return adoptRef(new HTMLDocument(frame, url, baseURL));
+ return adoptRef(new HTMLDocument(frame, url));
}
virtual ~HTMLDocument();
@@ -80,7 +80,7 @@ public:
bool hasExtraNamedItem(AtomicStringImpl* name);
protected:
- HTMLDocument(Frame* frame, const KURL& url, const KURL& baseURL = KURL());
+ HTMLDocument(Frame*, const KURL&);
#ifdef ANDROID_INSTRUMENT
// Overridden to resolve the ambiguous