Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e505d4781740dc262c03f8bf277115fb3954e2ec
https://github.com/WebKit/WebKit/commit/e505d4781740dc262c03f8bf277115fb3954e2ec
Author: Jessica Lee <[email protected]>
Date: 2026-06-25 (Thu, 25 Jun 2026)
Changed paths:
M Source/WebCore/page/Navigation.cpp
Log Message:
-----------
Null-check window in Navigation::hasEntriesAndEventsDisabled()
https://bugs.webkit.org/show_bug.cgi?id=317805
rdar://180575315
Reviewed by Basuke Suzuki.
There is a possibility that this->window() could be null when
Navigation::hasEntriesAndEventsDisabled(). Add a null-check.
No new tests needed.
* Source/WebCore/page/Navigation.cpp:
(WebCore::Navigation::hasEntriesAndEventsDisabled const):
Canonical link: https://commits.webkit.org/315855@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications