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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/99664743>
Brent Fulgham
Pull request: https://github.com/WebKit/WebKit/pull/4110
EWS
Committed 254261@main (7c5cd05f49f9): <https://commits.webkit.org/254261@main>
Reviewed commits have been landed. Closing PR #4110 and removing active labels.