Chromium changes: https://chromium.googlesource.com/chromium/src/+/f091fde2a67c7dfb248d4284346808343b180e12 commit f091fde2a67c7dfb248d4284346808343b180e12 Author: Kent Tamura <tkent@chromium.org> Date: Tue Jan 27 04:37:04 2026 -0800 Remove blink::String::Split(StringView, Vector) This change removes the `String::Split(const StringView&, Vector<String>&)` method overload as an API simplification. To achieve this, call sites were updated to use other `Split()` overloads or switched to `StringView::Split*()`. In some function signatures, `const String&` parameters were changed to `const StringView&` to accommodate the new splitting method. Bug: 473854537 Change-Id: Iefd4ee8ec50b4e1935b90dacac77ccbd497460a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7519604 Reviewed-by: Fredrik Söderquist <fs@opera.com> Auto-Submit: Kent Tamura <tkent@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/main@{#1575134}