File webkit2gtk3-gcc9.patch of Package webkit2gtk3.30069
diff -urp webkitgtk-2.39.91.orig/Source/WTF/wtf/text/StringImpl.h webkitgtk-2.39.91/Source/WTF/wtf/text/StringImpl.h
--- webkitgtk-2.39.91.orig/Source/WTF/wtf/text/StringImpl.h 2023-02-20 03:22:14.049724300 -0600
+++ webkitgtk-2.39.91/Source/WTF/wtf/text/StringImpl.h 2023-03-09 15:35:26.407392541 -0600
@@ -1152,7 +1152,7 @@ template<typename CharacterType> inline
inline void StringImpl::copyCharacters(UChar* destination, const LChar* source, unsigned length)
{
-#if CPU(ARM64)
+#if 0
// SIMD Upconvert.
const auto* end = destination + length;
constexpr uintptr_t memoryAccessSize = 64;