| Index: third_party/WebKit/Source/core/frame/csp/CSPSource.h
|
| diff --git a/third_party/WebKit/Source/core/frame/csp/CSPSource.h b/third_party/WebKit/Source/core/frame/csp/CSPSource.h
|
| index 33ae85f44c078ab6ea153c4ea7574cad62b6a58a..bcf85da701a255492a04d0e1528801136c5449f2 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/CSPSource.h
|
| +++ b/third_party/WebKit/Source/core/frame/csp/CSPSource.h
|
| @@ -58,6 +58,7 @@ class CORE_EXPORT CSPSource : public GarbageCollectedFinalized<CSPSource> {
|
| FRIEND_TEST_ALL_PREFIXES(CSPDirectiveListTest, GetSourceVector);
|
| FRIEND_TEST_ALL_PREFIXES(CSPDirectiveListTest, OperativeDirectiveGivenType);
|
| FRIEND_TEST_ALL_PREFIXES(SourceListDirectiveTest, SubsumesWithSelf);
|
| + FRIEND_TEST_ALL_PREFIXES(SourceListDirectiveTest, GetSources);
|
|
|
| bool schemeMatches(const String&) const;
|
| bool hostMatches(const String&) const;
|
|
|