[webkit-reviews] review granted: [Bug 132712] [EME] Call suspendIfNeeded() in the MediaKeySession constructor to avoid an ASSERT. : [Attachment 231108] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 8 18:16:25 PDT 2014


Eric Carlson <eric.carlson at apple.com> has granted Jer Noble
<jer.noble at apple.com>'s request for review:
Bug 132712: [EME] Call suspendIfNeeded() in the MediaKeySession constructor to
avoid an ASSERT.
https://bugs.webkit.org/show_bug.cgi?id=132712

Attachment 231108: Patch
https://bugs.webkit.org/attachment.cgi?id=231108&action=review

------- Additional Comments from Eric Carlson <eric.carlson at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=231108&action=review


> Source/WebCore/Modules/encryptedmedia/MediaKeySession.cpp:44
> +    session->suspendIfNeeded();

Why not do this in the constructor?


More information about the webkit-reviews mailing list