Bug 201508 - Don't call PlatformMediaSessionManager methods when neither VIDEO nor WEB_AUDIO is enabled
Summary: Don't call PlatformMediaSessionManager methods when neither VIDEO nor WEB_AUD...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Konstantin Tokarev
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-09-05 08:56 PDT by Konstantin Tokarev
Modified: 2019-09-05 09:57 PDT (History)
5 users (show)

See Also:


Attachments
Patch (4.96 KB, patch)
2019-09-05 08:57 PDT, Konstantin Tokarev
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Konstantin Tokarev 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.
Comment 1 Konstantin Tokarev 2019-09-05 08:57:45 PDT
Created attachment 378087 [details]
Patch
Comment 2 WebKit Commit Bot 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>
Comment 3 WebKit Commit Bot 2019-09-05 09:56:33 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2019-09-05 09:57:17 PDT
<rdar://problem/55071488>