mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
LibWeb: Fix ReadableStream's WEB_PLATFORM_OBJECT() class name
This commit is contained in:
parent
08ce8cb996
commit
0db55693a9
Notes:
sideshowbarker
2024-07-17 09:49:33 +09:00
Author: https://github.com/linusg
Commit: 0db55693a9
Pull-request: https://github.com/SerenityOS/serenity/pull/15474
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ namespace Web::Streams {
|
||||||
|
|
||||||
// https://streams.spec.whatwg.org/#readablestream
|
// https://streams.spec.whatwg.org/#readablestream
|
||||||
class ReadableStream final : public Bindings::PlatformObject {
|
class ReadableStream final : public Bindings::PlatformObject {
|
||||||
WEB_PLATFORM_OBJECT(Request, Bindings::PlatformObject);
|
WEB_PLATFORM_OBJECT(ReadableStream, Bindings::PlatformObject);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
enum class State {
|
enum class State {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue