diff options
author | Chris Xiong <chirs241097@gmail.com> | 2022-09-16 12:15:03 -0400 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2022-09-16 12:15:03 -0400 |
commit | 3788c00ebd6ca574825573c13e04818559ce1c34 (patch) | |
tree | a69ebe23219ad8d33815d483b97dcc080eb8ca49 /www-client/chromium | |
parent | 415cae3c30b7f85fb868ece990f85d229532a5cb (diff) | |
download | ppo-3788c00ebd6ca574825573c13e04818559ce1c34.tar.xz |
aaaargh
Diffstat (limited to 'www-client/chromium')
-rw-r--r-- | www-client/chromium/files/chromium-107-v8-wasm-modcompiler-include.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www-client/chromium/files/chromium-107-v8-wasm-modcompiler-include.patch b/www-client/chromium/files/chromium-107-v8-wasm-modcompiler-include.patch new file mode 100644 index 0000000..2aa4bca --- /dev/null +++ b/www-client/chromium/files/chromium-107-v8-wasm-modcompiler-include.patch @@ -0,0 +1,12 @@ +diff --git a/v8/src/wasm/module-compiler.cc b/v8/src/wasm/module-compiler.cc +index ce046834e..e2896e213 100644 +--- a/v8/src/wasm/module-compiler.cc ++++ b/v8/src/wasm/module-compiler.cc +@@ -6,6 +6,7 @@ + + #include <algorithm> + #include <queue> ++#include <mutex> + #include <shared_mutex> + + #include "src/api/api-inl.h" |