| 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 9b43214a65db1bda6787586dd63fa51c2372a9ce..987e599999e96857ca7cbb9f2aa1a1ff7f6d99b1 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp
|
| @@ -1494,7 +1494,7 @@ bool ContentSecurityPolicy::shouldSendViolationReport(
|
| }
|
|
|
| void ContentSecurityPolicy::didSendViolationReport(const String& report) {
|
| - m_violationReportsSent.add(report.impl()->hash());
|
| + m_violationReportsSent.insert(report.impl()->hash());
|
| }
|
|
|
| const char* ContentSecurityPolicy::getDirectiveName(const DirectiveType& type) {
|
|
|