| Index: Source/core/frame/csp/CSPSourceList.cpp
|
| diff --git a/Source/core/frame/csp/CSPSourceList.cpp b/Source/core/frame/csp/CSPSourceList.cpp
|
| index 623186519549ff0b5b46ddebcc6bd4195c7ea0e3..304f6a9bd3df3e04bf036edb912a7c852b23a4bf 100644
|
| --- a/Source/core/frame/csp/CSPSourceList.cpp
|
| +++ b/Source/core/frame/csp/CSPSourceList.cpp
|
| @@ -71,7 +71,7 @@ CSPSourceList::CSPSourceList(ContentSecurityPolicy* policy, const String& direct
|
| {
|
| }
|
|
|
| -bool CSPSourceList::matches(const KURL& url)
|
| +bool CSPSourceList::matches(const KURL& url) const
|
| {
|
| if (m_allowStar)
|
| return true;
|
|
|