Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2a2707faa14a2769f7b9879056e4f15f9bc5a49e
https://github.com/WebKit/WebKit/commit/2a2707faa14a2769f7b9879056e4f15f9bc5a49e
Author: Michael Catanzaro <[email protected]>
Date: 2025-10-30 (Thu, 30 Oct 2025)
Changed paths:
M Source/WTF/wtf/text/StringCommon.h
Log Message:
-----------
[GTK] [2.51.1] Fails to build on i386: redefinition of 'a' with a different
type: 'const char *' vs 'const Latin1Character *' (aka 'const unsigned char *')
https://bugs.webkit.org/show_bug.cgi?id=301512
Unreviewed build fix.
Unfortunately I renamed the parameters to exactly the same names as the
local variables. I prefer to not rename the parameters again, since
these are the best names for the other architectures, so let's change
the locals instead.
Canonical link: https://commits.webkit.org/302344@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications