summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_cpu.cc
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-07-30 20:39:39 +0000
committerRene Ladan <rene@FreeBSD.org>2020-07-30 20:39:39 +0000
commit2dd4dd29c063a32031fb5549616ba28e76310f0a (patch)
tree0427b26fe2d2bae71ff47102b5e646fdf927c022 /www/chromium/files/patch-base_cpu.cc
parentdevel/cdecl: update to 8.0. (diff)
www/chromium: update to 84.0.4147.105
Submitted by: Matthias Wolf via GitHub MFH: 2020Q3 Security: http://vuxml.freebsd.org/freebsd/9a447f78-d0f8-11ea-9837-e09467587c17.html Security: http://vuxml.freebsd.org/freebsd/870d59b0-c6c4-11ea-8015-e09467587c17.html
Notes
Notes: svn path=/head/; revision=543833
Diffstat (limited to 'www/chromium/files/patch-base_cpu.cc')
-rw-r--r--www/chromium/files/patch-base_cpu.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/chromium/files/patch-base_cpu.cc b/www/chromium/files/patch-base_cpu.cc
index 231561a3a542..ac9765934a12 100644
--- a/www/chromium/files/patch-base_cpu.cc
+++ b/www/chromium/files/patch-base_cpu.cc
@@ -1,6 +1,6 @@
---- base/cpu.cc.orig 2019-10-21 19:06:18 UTC
+--- base/cpu.cc.orig 2020-07-07 21:57:30 UTC
+++ base/cpu.cc
-@@ -14,7 +14,7 @@
+@@ -15,7 +15,7 @@
#include "base/stl_util.h"
@@ -9,7 +9,7 @@
#include "base/files/file_util.h"
#endif
-@@ -135,7 +135,7 @@ uint64_t xgetbv(uint32_t xcr) {
+@@ -136,7 +136,7 @@ uint64_t xgetbv(uint32_t xcr) {
#endif // ARCH_CPU_X86_FAMILY
@@ -18,7 +18,7 @@
std::string* CpuInfoBrand() {
static std::string* brand = []() {
// This function finds the value from /proc/cpuinfo under the key "model
-@@ -165,7 +165,7 @@ std::string* CpuInfoBrand() {
+@@ -166,7 +166,7 @@ std::string* CpuInfoBrand() {
return brand;
}
#endif // defined(ARCH_CPU_ARM_FAMILY) && (defined(OS_ANDROID) ||
@@ -27,7 +27,7 @@
} // namespace
-@@ -287,7 +287,7 @@ void CPU::Initialize() {
+@@ -288,7 +288,7 @@ void CPU::Initialize() {
}
}
#elif defined(ARCH_CPU_ARM_FAMILY)