aboutsummaryrefslogtreecommitdiffstats
path: root/chromium/chromium/chromium-gcc-12-r1181503.patch
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2023-10-18 20:43:29 +0800
committerTing-Wei Lan <lantw44@gmail.com>2023-10-18 20:43:29 +0800
commit578977e239f2054127b46b2e61e6f784078fbcee (patch)
tree753d4a1fc41366409ac6940d69f41fd1abc9a8fd /chromium/chromium/chromium-gcc-12-r1181503.patch
parent220f258ab2b8bd646c2fa7ea8365030972a20c6c (diff)
downloadcopr-rpm-spec-578977e239f2054127b46b2e61e6f784078fbcee.tar
copr-rpm-spec-578977e239f2054127b46b2e61e6f784078fbcee.tar.gz
copr-rpm-spec-578977e239f2054127b46b2e61e6f784078fbcee.tar.bz2
copr-rpm-spec-578977e239f2054127b46b2e61e6f784078fbcee.tar.lz
copr-rpm-spec-578977e239f2054127b46b2e61e6f784078fbcee.tar.xz
copr-rpm-spec-578977e239f2054127b46b2e61e6f784078fbcee.tar.zst
copr-rpm-spec-578977e239f2054127b46b2e61e6f784078fbcee.zip
chromium: Chromium 117.0.5938.149 -> 118.0.5993.70
Diffstat (limited to 'chromium/chromium/chromium-gcc-12-r1181503.patch')
-rw-r--r--chromium/chromium/chromium-gcc-12-r1181503.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/chromium/chromium/chromium-gcc-12-r1181503.patch b/chromium/chromium/chromium-gcc-12-r1181503.patch
deleted file mode 100644
index de097cf..0000000
--- a/chromium/chromium/chromium-gcc-12-r1181503.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 5a8dfcaf84b5af5aeb738702651e98bfc43d6d45 Mon Sep 17 00:00:00 2001
-From: Stephan Hartmann <stha09@googlemail.com>
-Date: Wed, 9 Aug 2023 15:36:26 +0000
-Subject: [PATCH] IWYU: add memory for std::unique_ptr in //third_party/ipcz
-
-Bug: 957519
-Change-Id: I600f415a59206da283046b638a4f68eda0892ac7
-Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4754274
-Commit-Queue: Stephan Hartmann <stha09@googlemail.com>
-Reviewed-by: Robert Sesek <rsesek@chromium.org>
-Cr-Commit-Position: refs/heads/main@{#1181503}
----
- third_party/ipcz/src/ipcz/router_link.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/third_party/ipcz/src/ipcz/router_link.h b/third_party/ipcz/src/ipcz/router_link.h
-index 09bc5626d9956..619638cc7f18b 100644
---- a/third_party/ipcz/src/ipcz/router_link.h
-+++ b/third_party/ipcz/src/ipcz/router_link.h
-@@ -7,6 +7,7 @@
-
- #include <cstddef>
- #include <functional>
-+#include <memory>
- #include <string>
- #include <utility>
-
---
-2.41.0
-