Bug 244905

Summary: REGRESSION (254104@main): [Reporting API] Do not expose TestReportBody as a JS-exposed type
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: WebCore Misc.Assignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 244689    
Bug Blocks: 189365    

Brent Fulgham
Reported 2022-09-07 13:39:17 PDT
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.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-09-07 14:10:17 PDT
Brent Fulgham
Comment 2 2022-09-07 15:15:56 PDT
EWS
Comment 3 2022-09-07 23:34:39 PDT
Committed 254261@main (7c5cd05f49f9): <https://commits.webkit.org/254261@main> Reviewed commits have been landed. Closing PR #4110 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.