WebKit
WebKit copied to clipboard
WebGPU: Replace UChar with char16_t
7f8fedb2c66fe622eaf9790af7a32bc478692aa2
WebGPU: Replace UChar with char16_t https://bugs.webkit.org/show_bug.cgi?id=294730 rdar://153822449 Reviewed by NOBODY (OOPS!). WebKit wishes to move from UChar to the standard C++ chat16_t. This PR makes the change in Source/WebGPU; it's a simple textual replacement of \bUChar\b with char16_t. These are typedef'd to be the same so no functional differences are expected. * Source/WebGPU/WGSL/Lexer.cpp: (WGSL::isIdentifierStart): (WGSL::isIdentifierContinue): * Source/WebGPU/WGSL/Lexer.h: (WGSL::Lexer::Lexer): * Source/WebGPU/WGSL/Parser.cpp: (WGSL::parse):
https://github.com/WebKit/WebKit/commit/7f8fedb2c66fe622eaf9790af7a32bc478692aa2
EWS run on current version of this PR (hash https://github.com/WebKit/WebKit/commit/7f8fedb2c66fe622eaf9790af7a32bc478692aa2)
Committed 296800@main (f3097d84b527): https://commits.webkit.org/296800@main
Reviewed commits have been landed. Closing PR #46965 and removing active labels.