From c46e4cb1084d1a655e59c732f2bbe963c5cae36c Mon Sep 17 00:00:00 2001 From: Mikhail Atuchin Date: Mon, 16 Dec 2024 21:59:43 +0700 Subject: [PATCH] Remove workaround for crbug.com/6013664 --- build/commands/lib/buildChromiumRelease.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build/commands/lib/buildChromiumRelease.js b/build/commands/lib/buildChromiumRelease.js index 5bef43eedaa8..928524de44ef 100644 --- a/build/commands/lib/buildChromiumRelease.js +++ b/build/commands/lib/buildChromiumRelease.js @@ -153,12 +153,6 @@ function buildChromiumRelease(buildOptions = {}) { chromiumConfig.extraHooks() } - // A workaround for - // https://chromium-review.googlesource.com/c/chromium/src/+/6013664 - const v8CompileFix = '1e3bed631cff17487775e33626121bfd5f0e664e' - util.runGit(config.srcDir, ['fetch', 'origin', v8CompileFix]) - util.runGit(config.srcDir, ['cherry-pick', 'FETCH_HEAD']) - util.runGnGen(config.outputDir, getChromiumGnArgs()) Log.progressScope(`remove recursive symlinks`, () => {