Skip to content

Commit

Permalink
deps: update zlib to 1.2.13.1-motley-f81f385
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
nodejs-github-bot authored and ruyadorno committed Sep 12, 2023
1 parent db355d1 commit 6b6d5d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Empty file removed deps/zlib/contrib/bench/OWNERS
Empty file.
5 changes: 2 additions & 3 deletions deps/zlib/google/zip_internal.cc
Expand Up @@ -407,9 +407,8 @@ Compression GetCompressionMethod(const base::FilePath& path) {

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

0 comments on commit 6b6d5d9

Please sign in to comment.