RESOLVED FIXED 194060
Create proper NSPasteboardWriting objects for NSDragItem
https://bugs.webkit.org/show_bug.cgi?id=194060
Summary Create proper NSPasteboardWriting objects for NSDragItem
Keith Rollin
Reported 2019-01-30 16:15:49 PST
Bug 194059 temporarily fixes a compilation issue when creating NSDragItem's by invoking an initializer that takes a NSPasteBoardWriting object. However, the objects passed in that patch are not proper NSPasteBoardWriting instances. A more-complete solution needs to be implemented.
Attachments
Darin Adler
Comment 1 2021-10-01 20:00:46 PDT
The changes in r283431 finished the process of fixing this by removing the code, leaving more modern code that uses SPI instead.
Note You need to log in before you can comment on or make changes to this bug.