| Index: Source/core/frame/ContentSecurityPolicyResponseHeaders.cpp
|
| diff --git a/Source/core/frame/ContentSecurityPolicyResponseHeaders.cpp b/Source/core/frame/ContentSecurityPolicyResponseHeaders.cpp
|
| index 1b58eac6c72bba152ac2342f5d9cf679f3a07460..0cd8808bc35d0307104fcacaca4daa43e0d35c7b 100644
|
| --- a/Source/core/frame/ContentSecurityPolicyResponseHeaders.cpp
|
| +++ b/Source/core/frame/ContentSecurityPolicyResponseHeaders.cpp
|
| @@ -33,8 +33,6 @@ namespace WebCore {
|
| ContentSecurityPolicyResponseHeaders::ContentSecurityPolicyResponseHeaders(const ResourceResponse& response)
|
| : m_contentSecurityPolicy(response.httpHeaderField("Content-Security-Policy"))
|
| , m_contentSecurityPolicyReportOnly(response.httpHeaderField("Content-Security-Policy-Report-Only"))
|
| - , m_xWebKitCSP(response.httpHeaderField("X-WebKit-CSP"))
|
| - , m_xWebKitCSPReportOnly(response.httpHeaderField("X-WebKit-CSP-Report-Only"))
|
| {
|
| }
|
|
|
|
|