[Cocoa] Incorrect deprecation declaration for -[WKWebView closeAllMediaPresentations:]
<rdar://80376777>
Created attachment 433290 [details] Patch
Comment on attachment 433290 [details] Patch What does this due to the swift case in betas that have shipped?
(In reply to Brady Eidson from comment #3) > Comment on attachment 433290 [details] > Patch > > What does this due to the swift case in betas that have shipped? It should restore the .closeAllMediaPresentations() method to the swift mapping header. The deprecated API declaration was never exposed to swift, so to swift code, it appeared as if we just removed the API entirely. See: http://codeworkshop.net/objc-diff/sdkdiffs/ios/15.0/WebKit.html
Great, then the r+ comes with my r+ too :P
Committed r279833 (239594@main): <https://commits.webkit.org/239594@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 433290 [details].