diff options
author | Robert Nagy <rnagy@FreeBSD.org> | 2023-10-22 16:09:40 +0200 |
---|---|---|
committer | Robert Nagy <rnagy@FreeBSD.org> | 2023-10-22 16:10:05 +0200 |
commit | 4b821094d143a171f23f71587f5dde095e3597f6 (patch) | |
tree | fc406d9d7c3e00c2e7fe3025c5142bb82c50151b /www/iridium/files/patch-extensions_common_command.cc | |
parent | x11/xdg-desktop-portal-hyprland: update to 1.2.3 (diff) |
www/iridium: update to 2023.10.118
Diffstat (limited to 'www/iridium/files/patch-extensions_common_command.cc')
-rw-r--r-- | www/iridium/files/patch-extensions_common_command.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/iridium/files/patch-extensions_common_command.cc b/www/iridium/files/patch-extensions_common_command.cc index 821e6ccaeadc..1e01d421aaaf 100644 --- a/www/iridium/files/patch-extensions_common_command.cc +++ b/www/iridium/files/patch-extensions_common_command.cc @@ -1,6 +1,6 @@ ---- extensions/common/command.cc.orig 2022-12-06 08:09:13 UTC +--- extensions/common/command.cc.orig 2023-10-21 11:51:27 UTC +++ extensions/common/command.cc -@@ -280,7 +280,7 @@ std::string Command::CommandPlatform() { +@@ -282,7 +282,7 @@ std::string Command::CommandPlatform() { return values::kKeybindingPlatformMac; #elif BUILDFLAG(IS_CHROMEOS) return values::kKeybindingPlatformChromeOs; |