We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fbe15b commit 8123232Copy full SHA for 8123232
deps/v8/include/v8-version.h
@@ -11,7 +11,7 @@
11
#define V8_MAJOR_VERSION 6
12
#define V8_MINOR_VERSION 4
13
#define V8_BUILD_NUMBER 388
14
-#define V8_PATCH_LEVEL 45
+#define V8_PATCH_LEVEL 46
15
16
// Use 1 for candidates and 0 otherwise.
17
// (Boolean macro values are not supported by all preprocessors.)
deps/v8/src/heap/spaces.cc
@@ -351,8 +351,8 @@ void MemoryAllocator::Unmapper::WaitUntilCompleted() {
351
CancelableTaskManager::kTaskAborted) {
352
pending_unmapping_tasks_semaphore_.Wait();
353
}
354
- concurrent_unmapping_tasks_active_ = 0;
355
+ concurrent_unmapping_tasks_active_ = 0;
356
357
358
template <MemoryAllocator::Unmapper::FreeMode mode>
0 commit comments