| Index: third_party/WebKit/Source/core/frame/csp/SourceListDirective.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/csp/SourceListDirective.cpp b/third_party/WebKit/Source/core/frame/csp/SourceListDirective.cpp
|
| index 78b3323a76d0891013dda837505ddd766712c6d1..a30c60dbb832f7520b25aa1004d03ceca925ec9d 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/SourceListDirective.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/csp/SourceListDirective.cpp
|
| @@ -22,7 +22,7 @@ SourceListDirective::SourceListDirective(const String& name, const String& value
|
| m_sourceList.parse(characters.data(), characters.data() + characters.size());
|
| }
|
|
|
| -bool SourceListDirective::allows(const KURL& url, ContentSecurityPolicy::RedirectStatus redirectStatus) const
|
| +bool SourceListDirective::allows(const KURL& url, ResourceRequest::RedirectStatus redirectStatus) const
|
| {
|
| return m_sourceList.matches(url, redirectStatus);
|
| }
|
|
|