Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: bea9084bbebd7feed56d32f83d3eeefb417b9117
https://github.com/WebKit/WebKit/commit/bea9084bbebd7feed56d32f83d3eeefb417b9117
Author: Claudio Saavedra <[email protected]>
Date: 2026-01-19 (Mon, 19 Jan 2026)
Changed paths:
M Source/WTF/wtf/IndexedRange.h
M Source/WebKit/WebProcess/WebPage/WebFoundTextRangeController.cpp
Log Message:
-----------
REGRESSION(304713@main): Fix the build in Debian 12
https://bugs.webkit.org/show_bug.cgi?id=304348
Reviewed by Sam Weinig.
Replace the only use of std::views::zip() with WTF::zippedRange()
as the former is not available in GCC12's libstdc++ yet.
* Source/WTF/wtf/IndexedRange.h:
(WTF::BoundsCheckedIterator::operator* const):
* Source/WebKit/WebProcess/WebPage/WebFoundTextRangeController.cpp:
(WebKit::WebFoundTextRangeController::findTextRangesForStringMatches):
Canonical link: https://commits.webkit.org/305851@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications