Bug 201508

Summary: Don't call PlatformMediaSessionManager methods when neither VIDEO nor WEB_AUDIO is enabled
Product: WebKit Reporter: Konstantin Tokarev <annulen>
Component: WebCore Misc.Assignee: Konstantin Tokarev <annulen>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, eric.carlson, jer.noble, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Konstantin Tokarev
Reported 2019-09-05 08:56:29 PDT
Definitions of these methods are guarded with #if ENABLE(VIDEO) || ENABLE(WEB_AUDIO), so calling them causes linking errors.
Attachments
Patch (4.96 KB, patch)
2019-09-05 08:57 PDT, Konstantin Tokarev
no flags
Konstantin Tokarev
Comment 1 2019-09-05 08:57:45 PDT
WebKit Commit Bot
Comment 2 2019-09-05 09:56:31 PDT
Comment on attachment 378087 [details] Patch Clearing flags on attachment: 378087 Committed r249531: <https://trac.webkit.org/changeset/249531>
WebKit Commit Bot
Comment 3 2019-09-05 09:56:33 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 4 2019-09-05 09:57:17 PDT
Note You need to log in before you can comment on or make changes to this bug.