RESOLVED FIXED293077
Stop using deprecated PDFSelection.html
https://bugs.webkit.org/show_bug.cgi?id=293077
Summary Stop using deprecated PDFSelection.html
Brent Fulgham
Reported 2025-05-15 16:29:24 PDT
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
Radar WebKit Bug Importer
Comment 1 2025-05-15 16:34:09 PDT
Brent Fulgham
Comment 2 2025-05-15 16:35:14 PDT
EWS
Comment 3 2025-05-16 16:10:06 PDT
Committed 295038@main (32a5c1cc64f6): <https://commits.webkit.org/295038@main> Reviewed commits have been landed. Closing PR #45458 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.