[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 15:05:34 PST 2021
https://bugs.webkit.org/show_bug.cgi?id=221252
--- Comment #5 from Eleni Maria Stea <estea at igalia.com> ---
(In reply to Simon Fraser (smfr) from comment #4)
> 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.
Alright, thank you very much!
needsToBeComposited() was true because compositing was required for overflow scrolling (although I saw the assertion failure in some other cases too). I hadn't realized this is unexpected, I will investigate it further.
--
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/ebbacfc1/attachment.htm>
More information about the webkit-unassigned
mailing list