[webkit-changes] [WebKit/WebKit] de98fc: Fix PlayStation build following 276558 at main
Ross Kirsling
noreply at github.com
Sun Mar 24 01:46:51 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: de98fcee68c0bd94f16d6dfb9dac2ea106ee40d5
https://github.com/WebKit/WebKit/commit/de98fcee68c0bd94f16d6dfb9dac2ea106ee40d5
Author: Ross Kirsling <rkirsling at gmail.com>
Date: 2024-03-24 (Sun, 24 Mar 2024)
Changed paths:
M Source/WebCore/loader/TextResourceDecoder.cpp
Log Message:
-----------
Fix PlayStation build following 276558 at main
https://bugs.webkit.org/show_bug.cgi?id=271542
Unreviewed build fix.
* Source/WebCore/loader/TextResourceDecoder.cpp:
(WebCore::TextResourceDecoder::textFromUTF8):
Replace std::to_array<T> with std::array<T, size>; there is minimal benefit to the former in this case.
Canonical link: https://commits.webkit.org/276607@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list