Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[Threaded Compositor] Crash when detaching the CoordinatedGraphicsScene
https://bugs.webkit.org/show_bug.cgi?id=167547 Reviewed by Michael Catanzaro. It seems that commitSceneState() can be called after the CoordinatedGraphicsScene has been detached. * Shared/CoordinatedGraphics/CoordinatedGraphicsScene.cpp: (WebKit::CoordinatedGraphicsScene::commitSceneState): Return early if scene has been detached. (WebKit::CoordinatedGraphicsScene::detach): Take the render queue lock before clearing the render queue. Canonical link: https://commits.webkit.org/184592@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@211348 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information