LibWeb: Correct AudioBuffer spec link

This commit is contained in:
Jelle Raaijmakers 2024-10-14 23:41:06 +02:00 committed by Andreas Kling
parent 0b9d55b676
commit 3df3977ca5

View File

@ -22,7 +22,7 @@ struct AudioBufferOptions {
float sample_rate {};
};
// https://webaudio.github.io/web-audio-api/#AudioContext
// https://webaudio.github.io/web-audio-api/#AudioBuffer
class AudioBuffer final : public Bindings::PlatformObject {
WEB_PLATFORM_OBJECT(AudioBuffer, Bindings::PlatformObject);
JS_DECLARE_ALLOCATOR(AudioBuffer);