[webkit-reviews] review granted: [Bug 234753] [Cocoa] Hang in AVTrackPrivateAVFObjCImpl::bitrate() : [Attachment 448141] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 4 09:17:36 PST 2022
Eric Carlson <eric.carlson at apple.com> has granted Jer Noble
<jer.noble at apple.com>'s request for review:
Bug 234753: [Cocoa] Hang in AVTrackPrivateAVFObjCImpl::bitrate()
https://bugs.webkit.org/show_bug.cgi?id=234753
Attachment 448141: Patch
https://bugs.webkit.org/attachment.cgi?id=448141&action=review
--- Comment #13 from Eric Carlson <eric.carlson at apple.com> ---
Comment on attachment 448141
--> https://bugs.webkit.org/attachment.cgi?id=448141
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=448141&action=review
> Source/WebCore/platform/graphics/VideoTrackPrivate.h:70
> + m_configuration = configuration;
m_configuration = WTFMove(configuration)
More information about the webkit-reviews
mailing list