Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a1ec566561621b3f8b2cdbd51f963530655f01f3
      
https://github.com/WebKit/WebKit/commit/a1ec566561621b3f8b2cdbd51f963530655f01f3
  Author: Ryosuke Niwa <[email protected]>
  Date:   2024-12-11 (Wed, 11 Dec 2024)

  Changed paths:
    M LayoutTests/platform/mac-wk2/TestExpectations
    M Source/WebCore/dom/InternalObserverMap.cpp

  Log Message:
  -----------
  Thread safety assertion failure in 
InternalObserverMap::visitAdditionalChildren
https://bugs.webkit.org/show_bug.cgi?id=284391
rdar://141232149

Reviewed by Chris Dumez.

InternalObserverMap::visitAdditionalChildren should not ref/deref objects that
are single-threaded ref counted like Subscriber and MapperCallback since this
function gets called concurrently to the main thread.

* LayoutTests/platform/mac-wk2/TestExpectations:
* Source/WebCore/dom/InternalObserverMap.cpp:

Canonical link: https://commits.webkit.org/287723@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to