summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webworker.h
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-23 23:50:10 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-23 23:50:10 +0000
commit4d3eb1da483f0c50282e4f78fd0344a0dc3ffd42 (patch)
treee07a8daf01551fbe199adeae938fe55ba23e75f3 /webkit/glue/webworker.h
parentce7466172c196bf06ccd473677b218eead15b089 (diff)
downloadchromium_src-4d3eb1da483f0c50282e4f78fd0344a0dc3ffd42.zip
chromium_src-4d3eb1da483f0c50282e4f78fd0344a0dc3ffd42.tar.gz
chromium_src-4d3eb1da483f0c50282e4f78fd0344a0dc3ffd42.tar.bz2
Chrome side of webkit merge from r41860 to 41906.
The encoding parameter got dropped from Workers (r41871) so drop it through the whole stack. The upstream WorkerContextExecutionProxy has trackEvent with a lower case t, but we pull in the wrong header in some places so make both headers match. Review URL: http://codereview.chromium.org/42538 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12326 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webworker.h')
-rw-r--r--webkit/glue/webworker.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/glue/webworker.h b/webkit/glue/webworker.h
index 2aafc8a..302fa24 100644
--- a/webkit/glue/webworker.h
+++ b/webkit/glue/webworker.h
@@ -22,7 +22,6 @@ 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;