Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d1e5edf72f7e5b9080574627654da7bec1d83a89
      
https://github.com/WebKit/WebKit/commit/d1e5edf72f7e5b9080574627654da7bec1d83a89
  Author: Geoffrey Garen <[email protected]>
  Date:   2025-11-17 (Mon, 17 Nov 2025)

  Changed paths:
    M Source/WebCore/bindings/js/SerializedScriptValue.cpp

  Log Message:
  -----------
  Remove raw pointer hash tables from SerializedScriptValue
https://bugs.webkit.org/show_bug.cgi?id=302599
rdar://164843922

Reviewed by Richard Robinson.

As required by the SaferCPP bot.

Replaced T* with RefPtr<T>.

Global reasoning suggests that the lifetime is already guaranteed, but we want
to demonstrate that locally and mechanically instead.

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to