0
Files
src/content/app_shim_remote_cocoa
Kent Tamura 10ff5dda9a macOS: Yet another speculative fix for crashes on IME input
We still saw crashes at a base::checked_cast<> in a gfx::Range
constructor.  This CL adds a base::saturated_cast<> to a parameter
of the constructor to avoid the crashes.

Bug: 40226470, 40060200, 40945573
Change-Id: Icc72cfbc5f9dc0efbbdfe50dd6a795cd463e2db5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6040040
Auto-Submit: Kent Tamura <tkent@chromium.org>
Reviewed-by: Avi Drissman <avi@chromium.org>
Commit-Queue: Avi Drissman <avi@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1386844}
2024-11-22 15:57:34 +00:00
..