RESOLVED DUPLICATE of bug 299943299942
[Streams] ReadableStreamBYOBRequest build broken
https://bugs.webkit.org/show_bug.cgi?id=299942
Summary [Streams] ReadableStreamBYOBRequest build broken
Philippe Normand
Reported 2025-10-01 01:40:37 PDT
/var/home/phil/WebKit/Source/WebCore/Modules/streams/ReadableStreamBYOBRequest.cpp:88:51: error: member access into incomplete type 'ReadableStream' 88 | [[clang::suppress]] m_controller->stream().visitAdditionalChildren(visitor); | ^ /var/home/phil/WebKit/Source/WebCore/Modules/streams/ReadableByteStreamController.h:46:7: note: forward declaration of 'WebCore::ReadableStream' 46 | class ReadableStream; | ^ 1 error generated.
Attachments
Alexey Proskuryakov
Comment 1 2025-10-01 09:38:26 PDT
*** This bug has been marked as a duplicate of bug 299943 ***
Note You need to log in before you can comment on or make changes to this bug.