summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webworker_impl.h
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-10 19:16:51 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-10 19:16:51 +0000
commit4a319569b07deb0f0156dec3fea1604b23a20071 (patch)
tree8f92d2b2dec2b29ab37a6afb4aa9094ede870926 /webkit/glue/webworker_impl.h
parent4a8d3279cc9f2149c90d36550a55d01a264ba0a3 (diff)
downloadchromium_src-4a319569b07deb0f0156dec3fea1604b23a20071.zip
chromium_src-4a319569b07deb0f0156dec3fea1604b23a20071.tar.gz
chromium_src-4a319569b07deb0f0156dec3fea1604b23a20071.tar.bz2
Fix build breaks after webkit merge.
Review URL: http://codereview.chromium.org/42004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11361 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webworker_impl.h')
-rw-r--r--webkit/glue/webworker_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/glue/webworker_impl.h b/webkit/glue/webworker_impl.h
index 4af1f64..ded7e8b 100644
--- a/webkit/glue/webworker_impl.h
+++ b/webkit/glue/webworker_impl.h
@@ -49,6 +49,7 @@ class WebWorkerImpl: public WebCore::WorkerObjectProxy,
// WebWorker implementation.
void StartWorkerContext(const GURL& script_url,
const string16& user_agent,
+ const string16& encoding,
const string16& source_code);
void TerminateWorkerContext();
void PostMessageToWorkerContext(const string16& message);