| Index: Source/core/frame/csp/ContentSecurityPolicy.h
|
| diff --git a/Source/core/frame/csp/ContentSecurityPolicy.h b/Source/core/frame/csp/ContentSecurityPolicy.h
|
| index 7360053cf5e137ebb7e4adbe2733c9e9dd73e631..1a3122528e5fa84088ce2f5a4d200eec63ca0f92 100644
|
| --- a/Source/core/frame/csp/ContentSecurityPolicy.h
|
| +++ b/Source/core/frame/csp/ContentSecurityPolicy.h
|
| @@ -238,6 +238,7 @@ public:
|
|
|
| bool urlMatchesSelf(const KURL&) const;
|
| bool protocolMatchesSelf(const KURL&) const;
|
| + bool selfMatchesInnerURL() const;
|
|
|
| bool experimentalFeaturesEnabled() const;
|
|
|
|
|