Skip to content

Commit 6b6d5d9

Browse files
nodejs-github-botruyadorno
authored andcommittedSep 12, 2023
deps: update zlib to 1.2.13.1-motley-f81f385
PR-URL: #48541 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
1 parent db355d1 commit 6b6d5d9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
 

‎deps/zlib/contrib/bench/OWNERS

Whitespace-only changes.

‎deps/zlib/google/zip_internal.cc

+2-3
Original file line numberDiff line numberDiff line change
@@ -407,9 +407,8 @@ Compression GetCompressionMethod(const base::FilePath& path) {
407407

408408
// Well known filename extensions of files that a likely to be already
409409
// compressed. The extensions are in lower case without the leading dot.
410-
static const base::NoDestructor<
411-
std::unordered_set<StringPiece, base::StringPieceHashImpl<StringPiece>>>
412-
exts(std::initializer_list<StringPiece>{
410+
static const base::NoDestructor<std::unordered_set<StringPiece>> exts(
411+
std::initializer_list<StringPiece>{
413412
FILE_PATH_LITERAL("3g2"), //
414413
FILE_PATH_LITERAL("3gp"), //
415414
FILE_PATH_LITERAL("7z"), //

0 commit comments

Comments
 (0)
Please sign in to comment.