[webkit-reviews] review granted: [Bug 177261] [Cocoa] Enable ENABLE_ENCRYPTED_MEDIA build-time setting : [Attachment 321352] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 20 13:51:20 PDT 2017


Eric Carlson <eric.carlson at apple.com> has granted Jer Noble
<jer.noble at apple.com>'s request for review:
Bug 177261: [Cocoa] Enable ENABLE_ENCRYPTED_MEDIA build-time setting
https://bugs.webkit.org/show_bug.cgi?id=177261

Attachment 321352: Patch

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




--- Comment #4 from Eric Carlson <eric.carlson at apple.com> ---
Comment on attachment 321352
  --> https://bugs.webkit.org/attachment.cgi?id=321352
Patch

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

> Source/WebCore/platform/encryptedmedia/clearkey/CDMClearKey.cpp:497
> +    static NeverDestroyed<String> s_keySystem("org.w3.clearkey");

static const NeverDestroyed<String> s_keySystem =
MAKE_STATIC_STRING_IMPL("org.w3.clearkey");

> Source/WebCore/testing/MockCDMFactory.cpp:383
> +    static NeverDestroyed<String> s_keySystem("org.webkit.mock");

Ditto.


More information about the webkit-reviews mailing list