ladybird/Userland/Libraries/LibWeb/WebAudio
Andreas Kling 14f2012c8b LibWeb: Fix a bunch of bad stack captures in AudioContext
It's not safe to capture a local NonnullGCPtr by reference in a closure
that will execute at some arbitrary time in the future when the local is
out of scope.
2024-03-30 08:25:59 +01:00
..
AudioContext.cpp LibWeb: Fix a bunch of bad stack captures in AudioContext 2024-03-30 08:25:59 +01:00
AudioContext.h
AudioContext.idl
BaseAudioContext.cpp
BaseAudioContext.h
BaseAudioContext.idl