summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
Diffstat (limited to 'webkit')
-rw-r--r--webkit/glue/webworker_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/webworker_impl.cc b/webkit/glue/webworker_impl.cc
index 1328dd6..4b3ba67 100644
--- a/webkit/glue/webworker_impl.cc
+++ b/webkit/glue/webworker_impl.cc
@@ -155,7 +155,7 @@ void WebWorkerImpl::startWorkerContext(const WebURL& script_url,
// Construct substitute data source for the 'shadow page'. We only need it
// to have same origin as the worker so the loading checks work correctly.
- WebCore::CString content("Shadow page");
+ WebCore::CString content("");
int len = static_cast<int>(content.length());
RefPtr<WebCore::SharedBuffer> buf(
WebCore::SharedBuffer::create(content.data(), len));