From eff7f2d524bed318445f492ce1e116ab19cded29 Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Fri, 16 Feb 2018 17:49:56 -0500 Subject: [PATCH] deps: patch V8 to 6.4.388.46 Refs: https://github.com/v8/v8/compare/6.4.388.45...6.4.388.46 --- deps/v8/include/v8-version.h | 2 +- deps/v8/src/heap/spaces.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/v8/include/v8-version.h b/deps/v8/include/v8-version.h index 8de6adcf2269e8..cb85da2cd72a30 100644 --- a/deps/v8/include/v8-version.h +++ b/deps/v8/include/v8-version.h @@ -11,7 +11,7 @@ #define V8_MAJOR_VERSION 6 #define V8_MINOR_VERSION 4 #define V8_BUILD_NUMBER 388 -#define V8_PATCH_LEVEL 45 +#define V8_PATCH_LEVEL 46 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.) diff --git a/deps/v8/src/heap/spaces.cc b/deps/v8/src/heap/spaces.cc index 7657e1e6ec29d8..c3663573b028ef 100644 --- a/deps/v8/src/heap/spaces.cc +++ b/deps/v8/src/heap/spaces.cc @@ -351,8 +351,8 @@ void MemoryAllocator::Unmapper::WaitUntilCompleted() { CancelableTaskManager::kTaskAborted) { pending_unmapping_tasks_semaphore_.Wait(); } - concurrent_unmapping_tasks_active_ = 0; } + concurrent_unmapping_tasks_active_ = 0; } template