Bug 299943
| Summary: | [Streams] ReadableStreamBYOBRequest build broken | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Philippe Normand <philn> |
| Component: | WebCore Misc. | Assignee: | Philippe Normand <philn> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Philippe Normand
/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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Philippe Normand
Pull request: https://github.com/WebKit/WebKit/pull/51616
EWS
Committed 300815@main (d7531f87eb40): <https://commits.webkit.org/300815@main>
Reviewed commits have been landed. Closing PR #51616 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/161717038>
Alexey Proskuryakov
*** Bug 299942 has been marked as a duplicate of this bug. ***