diff --git a/WATCHLISTS b/WATCHLISTS
index d21b129..db847a3 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -149,7 +149,7 @@
],
'merges': [
# Only enabled on branches created with tools/release/create_release.py
- # 'v8-m...@googlegroups.com',
+ 'v8-m...@googlegroups.com',
],
'wasm': [
'was...@google.com',
diff --git a/include/v8-version.h b/include/v8-version.h
index bfb015a..4a55fe6 100644
--- a/include/v8-version.h
+++ b/include/v8-version.h
@@ -10,11 +10,11 @@
// system so their names cannot be changed without changing the scripts.
#define V8_MAJOR_VERSION 14
#define V8_MINOR_VERSION 8
-#define V8_BUILD_NUMBER 0
+#define V8_BUILD_NUMBER 178
#define V8_PATCH_LEVEL 0
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)
-#define V8_IS_CANDIDATE_VERSION 1
+#define V8_IS_CANDIDATE_VERSION 0
#endif // V8_INCLUDE_VERSION_H_
diff --git a/src/base/numerics/basic_ops_impl.h b/src/base/numerics/basic_ops_impl.h
index 8df445c..6e994b3 100644
--- a/src/base/numerics/basic_ops_impl.h
+++ b/src/base/numerics/basic_ops_impl.h
@@ -5,10 +5,6 @@
// Slightly adapted for inclusion in V8.
// Copyright 2025 the V8 project authors. All rights reserved.
-#ifdef UNSAFE_BUFFERS_BUILD
-// TODO(crbug.com/390223051): Remove C-library calls to fix the errors.
-#pragma allow_unsafe_libc_calls
-#endif
#ifndef V8_BASE_NUMERICS_BASIC_OPS_IMPL_H_
#define V8_BASE_NUMERICS_BASIC_OPS_IMPL_H_