[Webkit-unassigned] [Bug 244905] New: REGRESSION (254104 at main): [Reporting API] Do not expose TestReportBody as a JS-exposed type

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 7 13:39:17 PDT 2022


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

            Bug ID: 244905
           Summary: REGRESSION (254104 at main): [Reporting API] Do not
                    expose TestReportBody as a JS-exposed type
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

I mistakenly treated TestReportBody as a public JS type that could be exposed to the web and created by JS code. This isn't right. It's just a class-cluster implementation behind ReportBody, and should not itself be exposed (just the generic ReportBody type).

This patch fixes that.

-- 
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/20220907/ea289ac9/attachment.htm>


More information about the webkit-unassigned mailing list