21 http/tests/navigation/* tests are crashing with ASSERTION FAILED: world.first != 1 Description: It looks like the changes in https://trac.webkit.org/changeset/254668/webkit have caused Assertion crashes on these tests results: https://build.webkit.org/results/Apple-Catalina-Debug-WK2-Tests/r254668%20(1726)/results.html Build: https://build.webkit.org/builders/Apple-Catalina-Debug-WK2-Tests/builds/1726 example: ASSERTION FAILED: world.first != 1 /Volumes/Data/slave/catalina-debug/build/Source/WebKit/WebProcess/UserContent/WebUserContentController.cpp(106) : void WebKit::WebUserContentController::addUserContentWorld(const std::pair<uint64_t, String> &) 1 0x1e5e6fa79 WTFCrash 2 0x1c00020db WTFCrashWithInfo(int, char const*, char const*, int) 3 0x1c133dd02 WebKit::WebUserContentController::addUserContentWorld(std::__1::pair<unsigned long long, WTF::String> const&)
<rdar://problem/58644525>
Have a debug build locally, seeing if I can repro
Easy repro, easy fix.
Created attachment 387930 [details] Patch
Created attachment 387931 [details] Patch
Comment on attachment 387931 [details] Patch Clearing flags on attachment: 387931 Committed r254698: <https://trac.webkit.org/changeset/254698>
All reviewed patches have been landed. Closing bug.