summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webworker.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.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.h')
-rw-r--r--webkit/glue/webworker.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/glue/webworker.h b/webkit/glue/webworker.h
index 302fa24..2aafc8a 100644
--- a/webkit/glue/webworker.h
+++ b/webkit/glue/webworker.h
@@ -22,6 +22,7 @@ class WebWorker {
virtual void StartWorkerContext(const GURL& script_url,
const string16& user_agent,
+ const string16& encoding,
const string16& source_code) = 0;
virtual void TerminateWorkerContext() = 0;
virtual void PostMessageToWorkerContext(const string16& message) = 0;