| Index: public/web/WebEmbeddedWorkerStartData.h
|
| diff --git a/public/web/WebEmbeddedWorkerStartData.h b/public/web/WebEmbeddedWorkerStartData.h
|
| index f2ca0a4e7a0a4322d1e72bd1e607e1759cda3037..c5cf380e489a99425e90f5711c35726436a965d4 100644
|
| --- a/public/web/WebEmbeddedWorkerStartData.h
|
| +++ b/public/web/WebEmbeddedWorkerStartData.h
|
| @@ -45,8 +45,6 @@ enum WebEmbeddedWorkerStartMode {
|
| struct WebEmbeddedWorkerStartData {
|
| WebURL scriptURL;
|
| WebString userAgent;
|
| - WebString contentSecurityPolicy;
|
| - WebContentSecurityPolicyType contentSecurityPolicyType;
|
| WebEmbeddedWorkerStartMode startMode;
|
| };
|
|
|
|
|