mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
LibWeb: Correct AudioBuffer spec link
This commit is contained in:
parent
0b9d55b676
commit
3df3977ca5
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user