| Index: Source/core/frame/ContentSecurityPolicy.h
|
| diff --git a/Source/core/frame/ContentSecurityPolicy.h b/Source/core/frame/ContentSecurityPolicy.h
|
| index 8b786bff6426b885e23f784af1030461347ef27e..d17073dfc9e4f34d8989c3906d097933eaa14df5 100644
|
| --- a/Source/core/frame/ContentSecurityPolicy.h
|
| +++ b/Source/core/frame/ContentSecurityPolicy.h
|
| @@ -111,6 +111,7 @@ public:
|
| bool allowFormAction(const KURL&, ReportingStatus = SendReport) const;
|
| bool allowBaseURI(const KURL&, ReportingStatus = SendReport) const;
|
| bool allowAncestors(Frame*, ReportingStatus = SendReport) const;
|
| + bool allowChildContextFromSource(const KURL&, ReportingStatus = SendReport) const;
|
|
|
| // The nonce and hash allow functions are guaranteed to not have any side
|
| // effects, including reporting.
|
|
|