| 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 b1d3412b3cad695a93f056303b9f9648ddcb5395..78b3323a76d0891013dda837505ddd766712c6d1 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/SourceListDirective.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/csp/SourceListDirective.cpp
|
| @@ -52,6 +52,11 @@ bool SourceListDirective::allowHash(const CSPHashValue& hashValue) const
|
| return m_sourceList.allowHash(hashValue);
|
| }
|
|
|
| +bool SourceListDirective::allowHashedAttributes() const
|
| +{
|
| + return m_sourceList.allowHashedAttributes();
|
| +}
|
| +
|
| bool SourceListDirective::isHashOrNoncePresent() const
|
| {
|
| return m_sourceList.isHashOrNoncePresent();
|
|
|