You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Source/WebKit2/Shared/API/c/WKString.cpp: In function 'size_t WKStringGetCharacters(WKStringRef, WKChar*, size_t)':
Source/WebKit2/Shared/API/c/WKString.cpp:58:72: error: invalid static_cast from type 'WKChar*' {aka 'short unsigned int*'} to type 'UChar*' {aka 'char16_t*'}
58 | return (toImpl(stringRef)->getCharacters(static_cast<UChar*>(buffer), bufferLength));
| ^
The text was updated successfully, but these errors were encountered:
TLDR: you must update
The text was updated successfully, but these errors were encountered: