Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 535c00fb4c6c7e5e7da0fcf9030c9bb845c23bb0
      
https://github.com/WebKit/WebKit/commit/535c00fb4c6c7e5e7da0fcf9030c9bb845c23bb0
  Author: Yusuke Suzuki <[email protected]>
  Date:   2025-03-03 (Mon, 03 Mar 2025)

  Changed paths:
    M Source/JavaScriptCore/bytecompiler/NodesCodegen.cpp
    M Source/JavaScriptCore/runtime/StringPrototype.cpp
    M Source/JavaScriptCore/runtime/WeakGCMap.h

  Log Message:
  -----------
  Unreviewed, fix WeakGCMap::add for already cleared entry
https://bugs.webkit.org/show_bug.cgi?id=289033
rdar://146074403

Follow-up fix after 291535@main. WeakGCMap may have an entry which is
already cleared due to GC. Let's just use ensureValue since it is
simple.

* Source/JavaScriptCore/runtime/WeakGCMap.h:

Canonical link: https://commits.webkit.org/291546@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