| 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 d2969188c519c1d01d8e902d268bb0e5d0797045..b924b89306c650fab13f5122e361166e49b58628 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp
|
| @@ -1211,7 +1211,7 @@ void ContentSecurityPolicy::postViolationReport(
|
| cspReport->setInteger("status-code", violationData.statusCode());
|
|
|
| if (experimentalFeaturesEnabled())
|
| - cspReport->setString("sample", violationData.sample());
|
| + cspReport->setString("script-sample", violationData.sample());
|
|
|
| std::unique_ptr<JSONObject> reportObject = JSONObject::create();
|
| reportObject->setObject("csp-report", std::move(cspReport));
|
|
|