diff options
Diffstat (limited to 'www/chromium/files/patch-v8_src_flags_flags.cc')
-rw-r--r-- | www/chromium/files/patch-v8_src_flags_flags.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/chromium/files/patch-v8_src_flags_flags.cc b/www/chromium/files/patch-v8_src_flags_flags.cc index 7088a1338c0f..4f1f5c8c7678 100644 --- a/www/chromium/files/patch-v8_src_flags_flags.cc +++ b/www/chromium/files/patch-v8_src_flags_flags.cc @@ -1,6 +1,6 @@ ---- v8/src/flags/flags.cc.orig 2024-01-30 07:53:34 UTC +--- v8/src/flags/flags.cc.orig 2024-03-22 08:19:40 UTC +++ v8/src/flags/flags.cc -@@ -13,6 +13,10 @@ +@@ -15,6 +15,10 @@ #include <set> #include <sstream> @@ -9,9 +9,9 @@ +#endif + #include "src/base/functional.h" + #include "src/base/lazy-instance.h" #include "src/base/logging.h" - #include "src/base/platform/platform.h" -@@ -32,7 +36,11 @@ +@@ -35,7 +39,11 @@ namespace v8::internal { // Define {v8_flags}, declared in flags.h. @@ -23,7 +23,7 @@ // {v8_flags} needs to be aligned to a memory page, and the size needs to be a // multiple of a page size. This is required for memory-protection of the memory -@@ -912,6 +920,10 @@ void FlagList::FreezeFlags() { +@@ -985,6 +993,10 @@ void FlagList::FreezeFlags() { // Note that for string flags we only protect the pointer itself, but not the // string storage. TODO(12887): Fix this. base::OS::SetDataReadOnly(&v8_flags, sizeof(v8_flags)); |