[Webkit-unassigned] [Bug 244870] New: Remove unused 'willSendCSPViolationReport' method

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 6 16:50:46 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=244870

            Bug ID: 244870
           Summary: Remove unused 'willSendCSPViolationReport' method
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org
                CC: kkinnunen at apple.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220906/f8c9b0e2/attachment.htm>


More information about the webkit-unassigned mailing list