LibWeb: Fix ReadableStream's WEB_PLATFORM_OBJECT() class name

This commit is contained in:
Linus Groh 2022-10-04 18:02:54 +01:00
commit 0db55693a9
Notes: sideshowbarker 2024-07-17 09:49:33 +09:00

View file

@ -15,7 +15,7 @@ namespace Web::Streams {
// https://streams.spec.whatwg.org/#readablestream
class ReadableStream final : public Bindings::PlatformObject {
WEB_PLATFORM_OBJECT(Request, Bindings::PlatformObject);
WEB_PLATFORM_OBJECT(ReadableStream, Bindings::PlatformObject);
public:
enum class State {