mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
The Chromium 149.0.7798.0 roll bumped the pinned siso revision, and upstream added a `path/filepath` import to file_parser.go. That broke the import-block context for the 0002 ERROR_INVALID_PARAMETER retry patch, so `git am --3way` could no longer build a fake ancestor and the build-siso-windows job started failing at the apply step. Re-export both patches against the new siso SHA. No functional change to the patched code; only line offsets, index hashes and the import context move.