Skip to content

Commit e41b47f

Browse files
deps: update zlib to 1.3.0.1-motley-ce5a169
1 parent 13e3aef commit e41b47f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deps/zlib/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ source_set("zlib_common_headers") {
7070
use_arm_neon_optimizations = false
7171
if ((current_cpu == "arm" || current_cpu == "arm64") &&
7272
!(is_win && !is_clang)) {
73-
# TODO(richard.townsend@arm.com): Optimizations temporarily disabled for
73+
# TODO(ritownsend@google.com): Optimizations temporarily disabled for
7474
# Windows on Arm MSVC builds, see http://crbug.com/v8/10012.
7575
if (arm_use_neon) {
7676
use_arm_neon_optimizations = true

src/zlib_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
// Refer to tools/dep_updaters/update-zlib.sh
33
#ifndef SRC_ZLIB_VERSION_H_
44
#define SRC_ZLIB_VERSION_H_
5-
#define ZLIB_VERSION "1.3.0.1-motley-788cb3c"
5+
#define ZLIB_VERSION "1.3.0.1-motley-ce5a169"
66
#endif // SRC_ZLIB_VERSION_H_

0 commit comments

Comments
 (0)