update to 124.0.6367.207
This commit is contained in:
parent
687f3acd55
commit
fe9bc9d89b
958 changed files with 7372 additions and 6231 deletions
|
@ -1,7 +1,7 @@
|
|||
Index: base/synchronization/lock_impl.h
|
||||
--- base/synchronization/lock_impl.h.orig
|
||||
+++ base/synchronization/lock_impl.h
|
||||
@@ -104,6 +104,10 @@ void LockImpl::Unlock() {
|
||||
@@ -107,6 +107,10 @@ void LockImpl::Unlock() {
|
||||
}
|
||||
|
||||
#elif BUILDFLAG(IS_POSIX) || BUILDFLAG(IS_FUCHSIA)
|
||||
|
@ -12,7 +12,7 @@ Index: base/synchronization/lock_impl.h
|
|||
|
||||
#if DCHECK_IS_ON()
|
||||
BASE_EXPORT void dcheck_trylock_result(int rv);
|
||||
@@ -124,6 +128,9 @@ void LockImpl::Unlock() {
|
||||
@@ -127,6 +131,9 @@ void LockImpl::Unlock() {
|
||||
dcheck_unlock_result(rv);
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue