From 286da15a2c7158981b9a9bf38057dccb92547966 Mon Sep 17 00:00:00 2001 From: "electron-roller[bot]" <84116207+electron-roller[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:28:53 -0400 Subject: [PATCH] chore: bump chromium to 126.0.6478.127 (31-x-y) (#42646) * chore: bump chromium in DEPS to 126.0.6478.126 * chore: update patches * chore: bump chromium in DEPS to 126.0.6478.127 --------- Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com> --- DEPS | 2 +- ...return_v8_value_from_localframe_requestexecutescript.patch | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index 821ea780ecfb..b524d0dc10b1 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ gclient_gn_args_from = 'src' vars = { 'chromium_version': - '126.0.6478.114', + '126.0.6478.127', 'node_version': 'v20.15.0', 'nan_version': diff --git a/patches/chromium/fix_return_v8_value_from_localframe_requestexecutescript.patch b/patches/chromium/fix_return_v8_value_from_localframe_requestexecutescript.patch index a71eb2a57fab..7ffe363a6ee4 100644 --- a/patches/chromium/fix_return_v8_value_from_localframe_requestexecutescript.patch +++ b/patches/chromium/fix_return_v8_value_from_localframe_requestexecutescript.patch @@ -216,10 +216,10 @@ index 0fc6dddb724333c6f948b724c1d5fd68f0c3b8d6..12fc1ff9c6bd5809b1197886e1a2bf7e mojom::blink::WantResultOption::kWantResult, wait_for_promise); } diff --git a/third_party/blink/renderer/core/frame/web_local_frame_impl.cc b/third_party/blink/renderer/core/frame/web_local_frame_impl.cc -index d260092d9454717639d5bb7f047bb526a679cbcf..8f7cc011410eb77493b55224a3868fbcd5382b2b 100644 +index 2de7ae60d9a67ee92bc197a3bf1d9c35d4500322..2d23f8618c76f4a43453234e1aef32e753830976 100644 --- a/third_party/blink/renderer/core/frame/web_local_frame_impl.cc +++ b/third_party/blink/renderer/core/frame/web_local_frame_impl.cc -@@ -1087,14 +1087,15 @@ void WebLocalFrameImpl::RequestExecuteScript( +@@ -1094,14 +1094,15 @@ void WebLocalFrameImpl::RequestExecuteScript( mojom::blink::EvaluationTiming evaluation_timing, mojom::blink::LoadEventBlockingOption blocking_option, WebScriptExecutionCallback callback,