Skip to content

Commit

Permalink
Unreviewed, reverting 272162@main.
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=267079

Old version of the fix. Already landed as 269810@main and 269693@main.

Reverted changeset:

"[ANGLE] Clear pending program linking in Context::onDestroy"
https://commits.webkit.org/272162@main

Canonical link: https://commits.webkit.org/272650@main
  • Loading branch information
webkit-commit-queue authored and kkinnunen-apple committed Jan 4, 2024
1 parent 6fc1d6c commit 82a3b2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/ThirdParty/ANGLE/src/libANGLE/Context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,6 @@ egl::Error Context::onDestroy(const egl::Display *display)

releaseShaderCompiler();

mState.ensureNoPendingLink(this);
mState.reset(this);

releaseSharedObjects();
Expand Down

0 comments on commit 82a3b2e

Please sign in to comment.