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