[webkit-reviews] review granted: [Bug 221989] [ BigSur Debug Wk 2 ] ASSERT NOT REACHED in WebCore::DisplayList::PaintFrameForMedia::apply : [Attachment 421093] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 2 16:08:45 PST 2021


Jer Noble <jer.noble at apple.com> has granted Peng Liu <peng.liu6 at apple.com>'s
request for review:
Bug 221989: [ BigSur Debug Wk 2 ] ASSERT NOT REACHED in
WebCore::DisplayList::PaintFrameForMedia::apply
https://bugs.webkit.org/show_bug.cgi?id=221989

Attachment 421093: Patch

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




--- Comment #8 from Jer Noble <jer.noble at apple.com> ---
Comment on attachment 421093
  --> https://bugs.webkit.org/attachment.cgi?id=421093
Patch

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

> Source/WebKit/GPUProcess/graphics/RemoteRenderingBackend.cpp:126
> -	   return false;
> +	   return true;

Nit: Can we add a WTFLogAlways() (or equivalent) with the
mediaItem.identifier() to track this exceptional case?


More information about the webkit-reviews mailing list