LibWeb: Add missing forward of Web::Streams::PullIntoDescriptor

This commit is contained in:
Shannon Booth 2023-06-10 19:48:21 +12:00 committed by Andreas Kling
parent 79fc7d7c7c
commit 666e413cd2

View file

@ -546,6 +546,7 @@ class WritableStream;
class WritableStreamDefaultController;
class WritableStreamDefaultWriter;
struct PullIntoDescriptor;
struct UnderlyingSink;
struct UnderlyingSource;
}