Chromium change: https://source.chromium.org/chromium/chromium/src/+/83fa9fd4069068ef813131f46fc5d946c0915286 commit 83fa9fd4069068ef813131f46fc5d946c0915286 Author: Michael Wilson <mjwilson@chromium.org> Date: Thu Feb 26 14:47:49 2026 -0800 Convert some UNSAFE_TODO to safe operations in RealtimeAnalyser Using existing span methods we can directly replace most of the unsafe operations. This should cause no functional change. Bug: 401184803