| Index: third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp b/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp
|
| index c0b08ff60fb9a48675ca345b1ee8d4f3f15516e5..529501b3539cd032b119e70c16308485b2786b98 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp
|
| @@ -1684,7 +1684,7 @@ ContentSecurityPolicy::DirectiveType ContentSecurityPolicy::GetDirectiveType(
|
| bool ContentSecurityPolicy::Subsumes(const ContentSecurityPolicy& other) const {
|
| if (!policies_.size() || !other.policies_.size())
|
| return !policies_.size();
|
| - // Embedding-CSP must specify only one policy.
|
| + // Required-CSP must specify only one policy.
|
| if (policies_.size() != 1)
|
| return false;
|
|
|
|
|