Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e4ba0ad28c51e91d397e62fd09fce24e84203a7e
      
https://github.com/WebKit/WebKit/commit/e4ba0ad28c51e91d397e62fd09fce24e84203a7e
  Author: Charlie Wolfe <[email protected]>
  Date:   2025-03-04 (Tue, 04 Mar 2025)

  Changed paths:
    M Source/WebCore/loader/NavigationDisabler.h

  Log Message:
  -----------
  REGRESSION(289248@main?): Null LocalFrame dereference during render tree 
teardown
https://bugs.webkit.org/show_bug.cgi?id=289096
rdar://145408212

Reviewed by Simon Fraser.

Crash data indicates that dereferencing a null LocalFrame during render tree 
teardown has recently become
more likely. All crashes occur beneath Document::willBeRemovedFromFrame, which 
constructs a
NavigationDisabler that previously held a RefPtr to LocalFrame but, after 
289248@main, now holds a
WeakPtr. Revert it to a RefPtr to speculatively fix this crash.

* Source/WebCore/loader/NavigationDisabler.h:

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