| 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 2b66f1fb43894e51c9d20e39dee33e7da12d5c40..56a21a0054130e84629c9825bebc3a59daf5525f 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/SourceListDirective.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/csp/SourceListDirective.cpp
|
| @@ -37,6 +37,11 @@ bool SourceListDirective::allowEval() const
|
| return m_sourceList.allowEval();
|
| }
|
|
|
| +bool SourceListDirective::allowDynamic() const
|
| +{
|
| + return m_sourceList.allowDynamic();
|
| +}
|
| +
|
| bool SourceListDirective::allowNonce(const String& nonce) const
|
| {
|
| return m_sourceList.allowNonce(nonce.stripWhiteSpace());
|
|
|