| Index: third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h
|
| diff --git a/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h b/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h
|
| index 53ae94b360d112654b5bb874487d52a4a32bf299..d1a122b587a3ec26b84fbeb21073b9038a8d5f2a 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h
|
| +++ b/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h
|
| @@ -130,6 +130,7 @@ class CORE_EXPORT CSPDirectiveList
|
| bool allowStyleHash(const CSPHashValue&,
|
| ContentSecurityPolicy::InlineType) const;
|
| bool allowDynamic() const;
|
| + bool allowDynamicWorker() const;
|
|
|
| bool allowRequestWithoutIntegrity(WebURLRequest::RequestContext,
|
| const KURL&,
|
|
|