commit 817017a693a2a9bf3adf7ab03a23d059d4af693e
Author: Tom Callaway <spot(a)fedoraproject.org>
Date: Wed Jan 2 10:59:58 2019 -0500
fix noexcept, moar
Signed-off-by: Akarshan Biswas <akarshan.biswas(a)gmail.com>
chromium-71.0.3578.98-el7-fix-noexcept.patch | 12 ++++++++++++
1 file changed, 12 insertions(+)
---
diff --git a/chromium-71.0.3578.98-el7-fix-noexcept.patch
b/chromium-71.0.3578.98-el7-fix-noexcept.patch
index ba1268b..0080e81 100644
--- a/chromium-71.0.3578.98-el7-fix-noexcept.patch
+++ b/chromium-71.0.3578.98-el7-fix-noexcept.patch
@@ -1,3 +1,15 @@
+diff -up
chromium-71.0.3578.98/components/signin/core/browser/account_info.cc.fix-noexcept
chromium-71.0.3578.98/components/signin/core/browser/account_info.cc
+---
chromium-71.0.3578.98/components/signin/core/browser/account_info.cc.fix-noexcept 2019-01-02
10:57:29.194710662 -0500
++++ chromium-71.0.3578.98/components/signin/core/browser/account_info.cc 2019-01-02
10:58:57.829965474 -0500
+@@ -32,7 +32,7 @@ AccountInfo::AccountInfo(AccountInfo&& o
+
+ AccountInfo& AccountInfo::operator=(const AccountInfo& other) = default;
+
+-AccountInfo& AccountInfo::operator=(AccountInfo&& other) noexcept =
default;
++AccountInfo& AccountInfo::operator=(AccountInfo&& other) = default;
+
+ bool AccountInfo::IsEmpty() const {
+ return account_id.empty() && email.empty() && gaia.empty() &&
diff -up chromium-71.0.3578.98/gpu/config/gpu_info.cc.fix-noexcept
chromium-71.0.3578.98/gpu/config/gpu_info.cc
--- chromium-71.0.3578.98/gpu/config/gpu_info.cc.fix-noexcept 2018-12-20
09:50:03.320449807 -0500
+++ chromium-71.0.3578.98/gpu/config/gpu_info.cc 2018-12-20 09:50:25.768849091 -0500
Show replies by date