chore: bump chromium to 133.0.6943.35 (35-x-y) (#45217)
* chore: bump chromium in DEPS to 133.0.6943.16
* chore: bump chromium in DEPS to 133.0.6943.27
* chore: bump chromium in DEPS to 133.0.6943.35
* chore: bump chromium to 134.0.6968.0
cherry picked from 75eac86506
---------
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
This commit is contained in:
parent
599030ea08
commit
49078100f4
122 changed files with 682 additions and 622 deletions
|
@ -0,0 +1,21 @@
|
|||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= <targos@protonmail.com>
|
||||
Date: Sat, 21 Dec 2024 09:25:55 +0100
|
||||
Subject: test: handle explicit resource management globals
|
||||
|
||||
https://chromium-review.googlesource.com/c/chromium/src/+/6174695
|
||||
|
||||
diff --git a/test/common/globals.js b/test/common/globals.js
|
||||
index 5d1c4415eeb09e92d062330afc0aecb1d297b6d3..2c1dac019ba2aa0a23c2434997e2007dd2eacde8 100644
|
||||
--- a/test/common/globals.js
|
||||
+++ b/test/common/globals.js
|
||||
@@ -64,6 +64,9 @@ const intrinsics = new Set([
|
||||
'Atomics',
|
||||
'WebAssembly',
|
||||
'Iterator',
|
||||
+ 'SuppressedError',
|
||||
+ 'DisposableStack',
|
||||
+ 'AsyncDisposableStack',
|
||||
]);
|
||||
|
||||
if (global.gc) {
|
Loading…
Add table
Add a link
Reference in a new issue