mirror of
https://github.com/servo/servo
synced 2026-05-14 10:56:44 +02:00
Avoid borrow hazard in `AudioBuffer::restore_js_channel_data` Testing: `./mach check` and `./mach test-wpt tests/wpt/tests/webaudio/the-audio-api/the-analysernode-interface/test-analyser-output.html --pref js_mem_gc_zeal_level=2 --pref js_mem_gc_zeal_frequency=1 --timeout-multiplier=5 --product=servo` <img width="2661" height="1385" alt="截图 2025-12-14 11-32-13" src="https://github.com/user-attachments/assets/830ec4a7-17b8-4931-951f-1eb60d373d82" /> now it won't crash Fixes: #41248 Signed-off-by: WaterWhisperer <waterwhisperer24@qq.com>