summaryrefslogtreecommitdiffstats
path: root/WebKit/win/WebURLResponse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/win/WebURLResponse.cpp')
-rw-r--r--WebKit/win/WebURLResponse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/win/WebURLResponse.cpp b/WebKit/win/WebURLResponse.cpp
index b1f4488..644e1d8 100644
--- a/WebKit/win/WebURLResponse.cpp
+++ b/WebKit/win/WebURLResponse.cpp
@@ -228,7 +228,7 @@ WebURLResponse* WebURLResponse::createInstance()
{
WebURLResponse* instance = new WebURLResponse();
// fake an http response - so it has the IWebHTTPURLResponse interface
- instance->m_response = ResourceResponse(KURL("http://"), String(), 0, String(), String());
+ instance->m_response = ResourceResponse(KURL(ParsedURLString, "http://"), String(), 0, String(), String());
instance->AddRef();
return instance;
}