| Index: public/web/WebSharedWorker.h
|
| diff --git a/public/web/WebSharedWorker.h b/public/web/WebSharedWorker.h
|
| index e00f2af68dcf2b774ac634f66b7c641fd5e52cf7..139d795dbef9851655fc33058923cdbeda538fe9 100644
|
| --- a/public/web/WebSharedWorker.h
|
| +++ b/public/web/WebSharedWorker.h
|
| @@ -51,7 +51,8 @@ public:
|
| const WebURL& scriptURL,
|
| const WebString& name,
|
| const WebString& contentSecurityPolicy,
|
| - WebContentSecurityPolicyType) = 0;
|
| + WebContentSecurityPolicyType,
|
| + const WebString& acceptLanguages) = 0;
|
|
|
| // Sends a connect event to the SharedWorker context.
|
| virtual void connect(WebMessagePortChannel*) = 0;
|
|
|