Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0019968ffb6f0c6ae1ffbe6c092cd47fca6e06a5
https://github.com/WebKit/WebKit/commit/0019968ffb6f0c6ae1ffbe6c092cd47fca6e06a5
Author: Claudio Saavedra <[email protected]>
Date: 2026-04-15 (Wed, 15 Apr 2026)
Changed paths:
M Source/WebCore/page/text-extraction/TextExtraction.cpp
Log Message:
-----------
REGRESSION(311259@main): Linux build fix with GCC 12
https://bugs.webkit.org/show_bug.cgi?id=312380
Reviewed by Philippe Normand.
GCC 12 complains that modification of ‘<temporary>’ is not a constant
expression,
so the build fails. Using std::to_array() to define an array instead works this
arround.
* Source/WebCore/page/text-extraction/TextExtraction.cpp:
(WebCore::TextExtraction::extractRecursive):
Canonical link: https://commits.webkit.org/311293@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications