aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_googletest_src_googletest_include_gtest_internal_gtest-port.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-third__party_googletest_src_googletest_include_gtest_internal_gtest-port.h')
-rw-r--r--www/chromium/files/patch-third__party_googletest_src_googletest_include_gtest_internal_gtest-port.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/chromium/files/patch-third__party_googletest_src_googletest_include_gtest_internal_gtest-port.h b/www/chromium/files/patch-third__party_googletest_src_googletest_include_gtest_internal_gtest-port.h
index c21f75d63dbd..d474aa97da81 100644
--- a/www/chromium/files/patch-third__party_googletest_src_googletest_include_gtest_internal_gtest-port.h
+++ b/www/chromium/files/patch-third__party_googletest_src_googletest_include_gtest_internal_gtest-port.h
@@ -1,6 +1,6 @@
---- third_party/googletest/src/googletest/include/gtest/internal/gtest-port.h.orig 2021-04-14 18:43:03 UTC
+--- third_party/googletest/src/googletest/include/gtest/internal/gtest-port.h.orig 2021-07-19 18:47:23 UTC
+++ third_party/googletest/src/googletest/include/gtest/internal/gtest-port.h
-@@ -1641,6 +1641,8 @@ class ThreadLocal : public ThreadLocalBase {
+@@ -1645,6 +1645,8 @@ class ThreadLocal : public ThreadLocalBase {
// MutexBase and Mutex implement mutex on pthreads-based platforms.
class MutexBase {
public:
@@ -9,7 +9,7 @@
// Acquires this mutex.
void Lock() {
GTEST_CHECK_POSIX_SUCCESS_(pthread_mutex_lock(&mutex_));
-@@ -1657,6 +1659,7 @@ class MutexBase {
+@@ -1661,6 +1663,7 @@ class MutexBase {
has_owner_ = false;
GTEST_CHECK_POSIX_SUCCESS_(pthread_mutex_unlock(&mutex_));
}