Skip to content

Commit 8123232

Browse files
MylesBorinsBridgeAR
authored andcommitted
deps: patch V8 to 6.4.388.46
PR-URL: #18827 Refs: v8/v8@6.4.388.45...6.4.388.46 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
1 parent 2fbe15b commit 8123232

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deps/v8/include/v8-version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#define V8_MAJOR_VERSION 6
1212
#define V8_MINOR_VERSION 4
1313
#define V8_BUILD_NUMBER 388
14-
#define V8_PATCH_LEVEL 45
14+
#define V8_PATCH_LEVEL 46
1515

1616
// Use 1 for candidates and 0 otherwise.
1717
// (Boolean macro values are not supported by all preprocessors.)

deps/v8/src/heap/spaces.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,8 +351,8 @@ void MemoryAllocator::Unmapper::WaitUntilCompleted() {
351351
CancelableTaskManager::kTaskAborted) {
352352
pending_unmapping_tasks_semaphore_.Wait();
353353
}
354-
concurrent_unmapping_tasks_active_ = 0;
355354
}
355+
concurrent_unmapping_tasks_active_ = 0;
356356
}
357357

358358
template <MemoryAllocator::Unmapper::FreeMode mode>

0 commit comments

Comments
 (0)