Update package version to 147.0.7727.101

This commit is contained in:
2026-04-20 12:19:09 +03:00
parent 1a4b9813fa
commit 90ef39c457
4 changed files with 20 additions and 74 deletions
@@ -0,0 +1,16 @@
--- a/build/config/compiler/BUILD.gn.orig 2026-04-08 10:52:06.044206796 +0000
+++ b/build/config/compiler/BUILD.gn 2026-04-08 10:54:23.302307784 +0000
@@ -613,13 +613,6 @@ config("compiler") {
]
}
- # The performance improvement does not seem worth the risk. See
- # https://crbug.com/484082200 for background and https://crrev.com/c/7593035
- # for discussion.
- if (!is_wasm) {
- cflags += [ "-fno-lifetime-dse" ]
- }
-
# TODO(hans): Remove this once Clang generates better optimized debug info
# by default. https://crbug.com/765793
cflags += [