Bug 220052

Summary: [Cocoa] RuntimeEnabledFeatures shouldn't be used from inside of /platform
Product: WebKit Reporter: Eric Carlson <eric.carlson>
Component: MediaAssignee: Eric Carlson <eric.carlson>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: ews-watchlist, glenn, jer.noble, philipj, sam, sergio, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch dbates: review+, ews-feeder: commit-queue-

Description Eric Carlson 2020-12-20 22:06:33 PST
RuntimeEnabledFeatures shouldn't be used from inside of /platform
Comment 1 Radar WebKit Bug Importer 2020-12-20 22:06:45 PST
<rdar://problem/72539739>
Comment 2 Eric Carlson 2020-12-20 22:14:53 PST
Created attachment 416594 [details]
Patch
Comment 3 Daniel Bates 2020-12-21 23:12:41 PST
Comment on attachment 416594 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=416594&action=review

> Source/WebCore/platform/audio/PlatformMediaSessionManager.h:210
> +    static bool m_webMFormatReaderEnabled;

Ok as is. New C++17 hotness: mark inline + add initializer.
Comment 4 Eric Carlson 2021-01-06 10:10:32 PST
This was rolled into r271194.