summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/webworker_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/renderer/webworker_proxy.h')
-rw-r--r--chrome/renderer/webworker_proxy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/renderer/webworker_proxy.h b/chrome/renderer/webworker_proxy.h
index e068e8e..5ab8af0 100644
--- a/chrome/renderer/webworker_proxy.h
+++ b/chrome/renderer/webworker_proxy.h
@@ -34,6 +34,7 @@ class WebWorkerProxy : public WebWorker,
// converted by glue code).
virtual void StartWorkerContext(const GURL& script_url,
const string16& user_agent,
+ const string16& encoding,
const string16& source_code);
virtual void TerminateWorkerContext();
virtual void PostMessageToWorkerContext(const string16& message);