Bug 244870
| Summary: | Remove unused 'willSendCSPViolationReport' method | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Brent Fulgham <bfulgham> |
| Component: | WebKit2 | Assignee: | Brent Fulgham <bfulgham> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | kkinnunen, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Brent Fulgham
The ContentSecurityPolicyClient interface exposes a method, 'willSendCSPViolationReport', that is implemented in the abstract base class as a no-op, and is not used anywhere.
Since ContentSecurityPolicyClient.h is a private implementation header for WebKit, and is not API for developers, we can remove this dead code.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/99626167>
Brent Fulgham
Pull request: https://github.com/Webkit/WebKit/pull/4081
EWS
Committed 254248@main (06cb725e3efd): <https://commits.webkit.org/254248@main>
Reviewed commits have been landed. Closing PR #4081 and removing active labels.