File tree 3 files changed +5
-6
lines changed
doc/contributing/maintaining
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) {
407
407
408
408
// Well known filename extensions of files that a likely to be already
409
409
// 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>{
413
412
FILE_PATH_LITERAL (" 3g2" ), //
414
413
FILE_PATH_LITERAL (" 3gp" ), //
415
414
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:
31
31
* [ undici 5.22.1] [ ]
32
32
* [ uvwasi 0.0.16] [ ]
33
33
* [ V8 11.3.244.8] [ ]
34
- * [ zlib 1.2.13.1-motley-3ca9f16 ] [ ]
34
+ * [ zlib 1.2.13.1-motley-f81f385 ] [ ]
35
35
36
36
Any code which meets one or more of these conditions should
37
37
be managed as a dependency:
@@ -311,7 +311,7 @@ See [maintaining-web-assembly][] for more informations.
311
311
high-performance JavaScript and WebAssembly engine, written in C++.
312
312
See [ maintaining-V8] [ ] for more informations.
313
313
314
- ### zlib 1.2.13.1-motley-3ca9f16
314
+ ### zlib 1.2.13.1-motley-f81f385
315
315
316
316
The [ zlib] ( https://chromium.googlesource.com/chromium/src/+/refs/heads/main/third_party/zlib )
317
317
dependency lossless data-compression library,
@@ -349,4 +349,4 @@ performance improvements not currently available in standard zlib.
349
349
[ update-openssl-action ] : ../../../.github/workflows/update-openssl.yml
350
350
[ uvwasi 0.0.16 ] : #uvwasi-0016
351
351
[ 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