summaryrefslogtreecommitdiffstats
path: root/add-cstring-for-std-strlen-in-web_view_impl.cc.patch
diff options
context:
space:
mode:
authorJustKidding <jk@vin.ovh>2023-05-04 21:07:32 -0500
committerJustKidding <jk@vin.ovh>2023-05-04 21:07:32 -0500
commitb08a3303acb5eb53d03179c0bbd610f99824848d (patch)
tree4047cae5c28c00da9267d5acb005ba504c86bcd2 /add-cstring-for-std-strlen-in-web_view_impl.cc.patch
parent349a3a37ebf3d07a09e3764fab6d82dc3fbcee11 (diff)
downloadungoogled-chromium-b08a3303acb5eb53d03179c0bbd610f99824848d.tar.gz
ungoogled-chromium-b08a3303acb5eb53d03179c0bbd610f99824848d.tar.bz2
ungoogled-chromium-b08a3303acb5eb53d03179c0bbd610f99824848d.zip
upgpkg: ungoogled-chromium 113.0.5672.63-1
upstream release
Diffstat (limited to 'add-cstring-for-std-strlen-in-web_view_impl.cc.patch')
-rw-r--r--add-cstring-for-std-strlen-in-web_view_impl.cc.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/add-cstring-for-std-strlen-in-web_view_impl.cc.patch b/add-cstring-for-std-strlen-in-web_view_impl.cc.patch
new file mode 100644
index 0000000..e90e2fa
--- /dev/null
+++ b/add-cstring-for-std-strlen-in-web_view_impl.cc.patch
@@ -0,0 +1,27 @@
+From 2e14a3ac178ee87aa9154e5a15dcd986af1b6059 Mon Sep 17 00:00:00 2001
+From: Stephan Hartmann <stha09@googlemail.com>
+Date: Tue, 28 Mar 2023 14:34:55 +0000
+Subject: [PATCH] IWYU: add cstring for std::strlen in web_view_impl.cc
+
+Bug: 957519
+Change-Id: I15ad1e905eda3d96bbf164f5df8f3cf8e02bc370
+Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4376772
+Reviewed-by: Alex Ilin <alexilin@chromium.org>
+Commit-Queue: Alex Ilin <alexilin@chromium.org>
+Cr-Commit-Position: refs/heads/main@{#1123011}
+---
+ chrome/test/chromedriver/chrome/web_view_impl.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/chrome/test/chromedriver/chrome/web_view_impl.cc b/chrome/test/chromedriver/chrome/web_view_impl.cc
+index f726627e88d..d96d481d0bc 100644
+--- a/chrome/test/chromedriver/chrome/web_view_impl.cc
++++ b/chrome/test/chromedriver/chrome/web_view_impl.cc
+@@ -6,6 +6,7 @@
+
+ #include <stddef.h>
+ #include <algorithm>
++#include <cstring>
+ #include <memory>
+ #include <queue>
+ #include <utility>