File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
doc/contributing/maintaining Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff 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" ), //
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ This a list of all the dependencies:
3131* [ undici 5.22.1] [ ]
3232* [ uvwasi 0.0.16] [ ]
3333* [ V8 11.3.244.8] [ ]
34- * [ zlib 1.2.13.1-motley-3ca9f16 ] [ ]
34+ * [ zlib 1.2.13.1-motley-f81f385 ] [ ]
3535
3636Any code which meets one or more of these conditions should
3737be managed as a dependency:
@@ -311,7 +311,7 @@ See [maintaining-web-assembly][] for more informations.
311311high-performance JavaScript and WebAssembly engine, written in C++.
312312See [ maintaining-V8] [ ] for more informations.
313313
314- ### zlib 1.2.13.1-motley-3ca9f16
314+ ### zlib 1.2.13.1-motley-f81f385
315315
316316The [ zlib] ( https://chromium.googlesource.com/chromium/src/+/refs/heads/main/third_party/zlib )
317317dependency lossless data-compression library,
@@ -349,4 +349,4 @@ performance improvements not currently available in standard zlib.
349349[ update-openssl-action ] : ../../../.github/workflows/update-openssl.yml
350350[ uvwasi 0.0.16 ] : #uvwasi-0016
351351[ v8 11.3.244.8 ] : #v8-1132448
352- [ zlib 1.2.13.1-motley-3ca9f16 ] : #zlib-12131-motley-3ca9f16
352+ [ zlib 1.2.13.1-motley-f81f385 ] : #zlib-12131-motley-f81f385
You can’t perform that action at this time.
0 commit comments