[Webkit-unassigned] [Bug 221252] Assertion failure in Debug build blocks webpage rendering

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 2 14:37:38 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=221252

--- Comment #4 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
If this assertion fires, it means that some state changed that affected the answer to needsToBeComposited() inside this function, which implies there's some side-effect. If willBeComposited does not match needsToBeComposited() then the behavior is wrong.

You should go looking for why needsToBeComposited() changes its answer unexpectedly.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210202/65367353/attachment-0001.htm>


More information about the webkit-unassigned mailing list