diff options
Diffstat (limited to 'www/chromium/files/patch-v8_src_d8_d8.cc')
-rw-r--r-- | www/chromium/files/patch-v8_src_d8_d8.cc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/chromium/files/patch-v8_src_d8_d8.cc b/www/chromium/files/patch-v8_src_d8_d8.cc index 161e17c7cb6f..a10c6ff11875 100644 --- a/www/chromium/files/patch-v8_src_d8_d8.cc +++ b/www/chromium/files/patch-v8_src_d8_d8.cc @@ -1,6 +1,6 @@ ---- v8/src/d8/d8.cc.orig 2021-01-19 11:56:19 UTC +--- v8/src/d8/d8.cc.orig 2021-03-13 00:03:47 UTC +++ v8/src/d8/d8.cc -@@ -71,7 +71,7 @@ +@@ -73,7 +73,7 @@ #include "unicode/locid.h" #endif // V8_INTL_SUPPORT @@ -9,7 +9,7 @@ #include <sys/mman.h> // For MultiMappedAllocator. #endif -@@ -233,7 +233,7 @@ class MockArrayBufferAllocatiorWithLimit : public Mock +@@ -235,7 +235,7 @@ class MockArrayBufferAllocatiorWithLimit : public Mock std::atomic<size_t> space_left_; }; @@ -18,7 +18,7 @@ // This is a mock allocator variant that provides a huge virtual allocation // backed by a small real allocation that is repeatedly mapped. If you create an -@@ -326,7 +326,7 @@ class MultiMappedAllocator : public ArrayBufferAllocat +@@ -328,7 +328,7 @@ class MultiMappedAllocator : public ArrayBufferAllocat base::Mutex regions_mutex_; }; @@ -27,7 +27,7 @@ v8::Platform* g_default_platform; std::unique_ptr<v8::Platform> g_platform; -@@ -3532,7 +3532,7 @@ bool Shell::SetOptions(int argc, char* argv[]) { +@@ -3689,7 +3689,7 @@ bool Shell::SetOptions(int argc, char* argv[]) { options.mock_arraybuffer_allocator = i::FLAG_mock_arraybuffer_allocator; options.mock_arraybuffer_allocator_limit = i::FLAG_mock_arraybuffer_allocator_limit; @@ -36,7 +36,7 @@ options.multi_mapped_mock_allocator = i::FLAG_multi_mapped_mock_allocator; #endif -@@ -4147,19 +4147,19 @@ int Shell::Main(int argc, char* argv[]) { +@@ -4321,19 +4321,19 @@ int Shell::Main(int argc, char* argv[]) { memory_limit >= options.mock_arraybuffer_allocator_limit ? memory_limit : std::numeric_limits<size_t>::max()); |