Bug 255575 - Remove respondsToSelector check in CDMInstanceFairPlayStreamingAVFObjC
Summary: Remove respondsToSelector check in CDMInstanceFairPlayStreamingAVFObjC
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-04-17 19:54 PDT by Seija K.
Modified: 2023-08-29 14:00 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Seija K. 2023-04-17 19:54:54 PDT
We no longer support macOS 10.14.4, so we can remove the
respondsToSelector check meant for earlier macOS versions.
Comment 1 Radar WebKit Bug Importer 2023-04-24 19:55:17 PDT
<rdar://problem/108484331>
Comment 2 Ahmad Saleem 2023-08-29 14:00:02 PDT
PR attempt for future reference: https://github.com/WebKit/WebKit/pull/12842