Bug 293077
| Summary: | Stop using deprecated PDFSelection.html | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Brent Fulgham <bfulgham> |
| Component: | New Bugs | 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 | ||
Brent Fulgham
The PDFSelection object's private `html` property was deprecated in macOS 10.14 in favor of the private `htmlData` property. Rather than disable deprecation warnings for use of `html`, just provide a comparable conversion for platforms that don't have this property.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/151421347>
Brent Fulgham
Pull request: https://github.com/WebKit/WebKit/pull/45458
EWS
Committed 295038@main (32a5c1cc64f6): <https://commits.webkit.org/295038@main>
Reviewed commits have been landed. Closing PR #45458 and removing active labels.