WebGL context lost event is not sent again for contexts that are lost and restored The restored contexts do not set the GraphicsContextGL::Client
Created attachment 454823 [details] Patch
Created attachment 454824 [details] Patch
Created attachment 454828 [details] For landing
Comment on attachment 454824 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=454824&action=review > Source/WebCore/platform/graphics/GraphicsContextGL.h:1050 > + void setClient(Client* client) { m_client = client; } This could assert that m_client is null.
...or that either m_client or client is null.
Committed r291399 (248529@main): <https://commits.webkit.org/248529@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 454828 [details].
<rdar://problem/90420387>