| Index: third_party/WebKit/Source/core/frame/csp/SourceListDirective.h
|
| diff --git a/third_party/WebKit/Source/core/frame/csp/SourceListDirective.h b/third_party/WebKit/Source/core/frame/csp/SourceListDirective.h
|
| index cfa961b9d10d500a013e0b3ee76022da81189d8c..3af5955d3cb22f2b40a8ef63581c0f1766be757f 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/SourceListDirective.h
|
| +++ b/third_party/WebKit/Source/core/frame/csp/SourceListDirective.h
|
| @@ -45,6 +45,7 @@ class CORE_EXPORT SourceListDirective final : public CSPDirective {
|
| bool allowHashedAttributes() const;
|
| bool isHashOrNoncePresent() const;
|
| uint8_t hashAlgorithmsUsed() const;
|
| + bool subsumes(HeapVector<Member<SourceListDirective>>);
|
|
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(SourceListDirectiveTest, GetIntersectCSPSources);
|
|
|