[webkit-reviews] review granted: [Bug 220052] [Cocoa] RuntimeEnabledFeatures shouldn't be used from inside of /platform : [Attachment 416594] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 21 23:12:41 PST 2020


Daniel Bates <dbates at webkit.org> has granted Eric Carlson
<eric.carlson at apple.com>'s request for review:
Bug 220052: [Cocoa] RuntimeEnabledFeatures shouldn't be used from inside of
/platform
https://bugs.webkit.org/show_bug.cgi?id=220052

Attachment 416594: Patch

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




--- Comment #3 from Daniel Bates <dbates at webkit.org> ---
Comment on attachment 416594
  --> https://bugs.webkit.org/attachment.cgi?id=416594
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.


More information about the webkit-reviews mailing list