Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: cf2caed3a2f91074568bb267dfa85aae0a6112bd https://github.com/WebKit/WebKit/commit/cf2caed3a2f91074568bb267dfa85aae0a6112bd Author: Jessica Cheung <jcheun...@apple.com> Date: 2023-08-03 (Thu, 03 Aug 2023)
Changed paths: M LayoutTests/TestExpectations M Source/WebCore/Modules/highlight/Highlight.idl M Source/WebCore/bindings/js/JSDOMSetLike.h Log Message: ----------- CSS Custom Highlights WPT painting 008 fail due to not initializing SetLike before removal https://bugs.webkit.org/show_bug.cgi?id=259755 rdar://113300782 Reviewed by Chris Dumez. Before setlike removal, backingSet was never initialized, thus not matching the setlike in implementation leading to crash due to failing assertion. Removed outdated fixme comment in highlight idl. * LayoutTests/TestExpectations: * Source/WebCore/Modules/highlight/Highlight.idl: * Source/WebCore/bindings/js/JSDOMSetLike.h: (WebCore::forwardDeleteToSetLike): Canonical link: https://commits.webkit.org/266552@main _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes