diff options
Diffstat (limited to 'webkit/glue/webworker_impl.h')
-rw-r--r-- | webkit/glue/webworker_impl.h | 1 |
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); |