Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 03d29ddfa398e5d33d8fb5ff6806f9cbff1bbcbe
https://github.com/WebKit/WebKit/commit/03d29ddfa398e5d33d8fb5ff6806f9cbff1bbcbe
Author: Matt Woodrow <[email protected]>
Date: 2025-03-04 (Tue, 04 Mar 2025)
Changed paths:
M Source/WebKit/WebProcess/WebPage/ios/WebPageIOS.mm
Log Message:
-----------
REGRESSION (290132@main): invalid optional
inWebKit::WebPage::commitPotentialTap.
https://bugs.webkit.org/show_bug.cgi?id=288949
<rdar://145733671>
Reviewed by Simon Fraser.
This can happen before the first transaction after commiting the load has been
received, but only recently was the latter using an optional (previously just
default initialized to 0). Revert the previous behaviour where the lessThan
check won't succeed for a 0/std::nullopt value.
* Source/WebKit/WebProcess/WebPage/ios/WebPageIOS.mm:
(WebKit::WebPage::commitPotentialTap):
Canonical link: https://commits.webkit.org/291584@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