Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7c4d3e42ed19d3a25c29f37dab727c5bdedb56b9
      
https://github.com/WebKit/WebKit/commit/7c4d3e42ed19d3a25c29f37dab727c5bdedb56b9
  Author: Rupin Mittal <[email protected]>
  Date:   2025-10-16 (Thu, 16 Oct 2025)

  Changed paths:
    M Source/WebCore/page/Navigation.cpp

  Log Message:
  -----------
  StabilityTracer: com.apple.WebKit.WebContent at WebCore: 
WebCore::Navigation::initializeForNewWindow
https://bugs.webkit.org/show_bug.cgi?id=300540
rdar://145735602

Reviewed by Chris Dumez.

It's possible that "previousNavigation->m_currentEntryIndex" is a nullopt and
dereferencing it in "RELEASE_ASSERT(m_entries.size() > 
previousNavigation->m_currentEntryIndex);"
is causing the crash.

* Source/WebCore/page/Navigation.cpp:
(WebCore::Navigation::initializeForNewWindow):

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