diff options
Diffstat (limited to 'www-client/chromium/files')
-rw-r--r-- | www-client/chromium/files/chromium-113-web-view-impl-include.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www-client/chromium/files/chromium-113-web-view-impl-include.patch b/www-client/chromium/files/chromium-113-web-view-impl-include.patch new file mode 100644 index 0000000..4ab5eba --- /dev/null +++ b/www-client/chromium/files/chromium-113-web-view-impl-include.patch @@ -0,0 +1,12 @@ +diff --git a/chrome/test/chromedriver/chrome/web_view_impl.cc b/chrome/test/chromedriver/chrome/web_view_impl.cc +index f726627e8..d5b574ca2 100644 +--- a/chrome/test/chromedriver/chrome/web_view_impl.cc ++++ b/chrome/test/chromedriver/chrome/web_view_impl.cc +@@ -5,6 +5,7 @@ + #include "chrome/test/chromedriver/chrome/web_view_impl.h" + + #include <stddef.h> ++#include <cstring> + #include <algorithm> + #include <memory> + #include <queue> |