diff options
Diffstat (limited to 'www/chromium/files/patch-base_threading_platform__thread.h')
-rw-r--r-- | www/chromium/files/patch-base_threading_platform__thread.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/chromium/files/patch-base_threading_platform__thread.h b/www/chromium/files/patch-base_threading_platform__thread.h index 03d6d6a1e5e4..1efe3dbdccbb 100644 --- a/www/chromium/files/patch-base_threading_platform__thread.h +++ b/www/chromium/files/patch-base_threading_platform__thread.h @@ -1,6 +1,6 @@ ---- base/threading/platform_thread.h.orig 2025-04-04 08:52:13 UTC +--- base/threading/platform_thread.h.orig 2025-10-02 04:28:32 UTC +++ base/threading/platform_thread.h -@@ -55,6 +55,8 @@ class BASE_EXPORT PlatformThreadId { +@@ -56,6 +56,8 @@ class BASE_EXPORT PlatformThreadId { using UnderlyingType = zx_koid_t; #elif BUILDFLAG(IS_APPLE) using UnderlyingType = uint64_t; |