| Index: third_party/WebKit/public/web/WebSharedWorker.h
|
| diff --git a/third_party/WebKit/public/web/WebSharedWorker.h b/third_party/WebKit/public/web/WebSharedWorker.h
|
| index 8143de2abf6c60eb3928e16514f22ee0ddc30450..f4e216d406b275e847025e686516dab155aa0868 100644
|
| --- a/third_party/WebKit/public/web/WebSharedWorker.h
|
| +++ b/third_party/WebKit/public/web/WebSharedWorker.h
|
| @@ -31,6 +31,7 @@
|
| #ifndef WebSharedWorker_h
|
| #define WebSharedWorker_h
|
|
|
| +#include "../platform/WebAddressSpace.h"
|
| #include "../platform/WebCommon.h"
|
| #include "WebContentSecurityPolicy.h"
|
|
|
| @@ -53,7 +54,8 @@ public:
|
| const WebURL& scriptURL,
|
| const WebString& name,
|
| const WebString& contentSecurityPolicy,
|
| - WebContentSecurityPolicyType) = 0;
|
| + WebContentSecurityPolicyType,
|
| + WebAddressSpace) = 0;
|
|
|
| // Sends a connect event to the SharedWorker context.
|
| virtual void connect(WebMessagePortChannel*) = 0;
|
|
|