RESOLVED FIXED 201508
Don't call PlatformMediaSessionManager methods when neither VIDEO nor WEB_AUDIO is enabled
https://bugs.webkit.org/show_bug.cgi?id=201508
Summary Don't call PlatformMediaSessionManager methods when neither VIDEO nor WEB_AUD...
Konstantin Tokarev
Reported Thursday, September 5, 2019 4:56:29 PM UTC
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 Thursday, September 5, 2019 4:57:45 PM UTC
WebKit Commit Bot
Comment 2 Thursday, September 5, 2019 5:56:31 PM UTC
Comment on attachment 378087 [details] Patch Clearing flags on attachment: 378087 Committed r249531: <https://trac.webkit.org/changeset/249531>
WebKit Commit Bot
Comment 3 Thursday, September 5, 2019 5:56:33 PM UTC
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 4 Thursday, September 5, 2019 5:57:17 PM UTC
Note You need to log in before you can comment on or make changes to this bug.