aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-mojo_core_channel.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-mojo_core_channel.cc')
-rw-r--r--www/chromium/files/patch-mojo_core_channel.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/chromium/files/patch-mojo_core_channel.cc b/www/chromium/files/patch-mojo_core_channel.cc
index bf4014dcada0..4c14b9b193a8 100644
--- a/www/chromium/files/patch-mojo_core_channel.cc
+++ b/www/chromium/files/patch-mojo_core_channel.cc
@@ -1,6 +1,6 @@
---- mojo/core/channel.cc.orig 2025-09-06 10:01:20 UTC
+--- mojo/core/channel.cc.orig 2025-10-30 15:44:36 UTC
+++ mojo/core/channel.cc
-@@ -80,7 +80,11 @@ const size_t kMaxAttachedHandles = 64;
+@@ -81,7 +81,11 @@ const size_t kMaxAttachedHandles = 64;
const size_t kMaxAttachedHandles = 253;
#endif // BUILDFLAG(IS_FUCHSIA)
@@ -12,7 +12,7 @@
Channel::AlignedBuffer MakeAlignedBuffer(size_t size) {
// Generic allocators (such as malloc) return a pointer that is suitably
// aligned for storing any type of object with a fundamental alignment
-@@ -1162,7 +1166,7 @@ void Channel::LogHistogramForIPCMetrics(MessageType ty
+@@ -1121,7 +1125,7 @@ bool Channel::OnControlMessage(Message::MessageType me
}
// Currently only CrOs, Linux, and Android support upgrades.