mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 129.0.6668.0
- Mac: Minimum system version is now 11.0. - Win: Windows SDK version is now 10.0.22621.2428.
This commit is contained in:
committed by
Marshall Greenblatt
parent
2cd405baac
commit
af1f40a2d3
@@ -1,12 +1,12 @@
|
||||
diff --git ui/events/keycodes/keyboard_code_conversion_mac.mm ui/events/keycodes/keyboard_code_conversion_mac.mm
|
||||
index adaf106d6fcbc..d6e90550db41d 100644
|
||||
index e4ed714929627..47f3e6a4ccfe6 100644
|
||||
--- ui/events/keycodes/keyboard_code_conversion_mac.mm
|
||||
+++ ui/events/keycodes/keyboard_code_conversion_mac.mm
|
||||
@@ -895,7 +895,7 @@ DomKey DomKeyFromNSEvent(NSEvent* event) {
|
||||
@@ -900,7 +900,7 @@ DomKey DomKeyFromNSEvent(NSEvent* event) {
|
||||
return DomKeyFromKeyCode(event.keyCode);
|
||||
}
|
||||
default:
|
||||
- NOTREACHED_NORETURN();
|
||||
- NOTREACHED();
|
||||
+ return ui::DomKey::NONE;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user