RecoveryOS: PAL::getAVPlayerLayerClass() will crash when AVFoundation is missing
<rdar://problem/64563064>
Created attachment 402401 [details] Patch
Comment on attachment 402401 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=402401&action=review > Source/WebCore/platform/graphics/ca/cocoa/PlatformCALayerCocoa.mm:1281 > + if (PAL::isAVFoundationFrameworkAvailable()) Seems incorrect?
Comment on attachment 402401 [details] Patch r=me with the issue Peng point out changed
Created attachment 402411 [details] Patch for landing
(In reply to Peng Liu from comment #3) > Comment on attachment 402401 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=402401&action=review > > > Source/WebCore/platform/graphics/ca/cocoa/PlatformCALayerCocoa.mm:1281 > > + if (PAL::isAVFoundationFrameworkAvailable()) > > Seems incorrect? Good catch!
Committed r263323: <https://trac.webkit.org/changeset/263323> All reviewed patches have been landed. Closing bug and clearing flags on attachment 402411 [details].