瀏覽代碼

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

Shannon Booth 2 年之前
父節點
當前提交
666e413cd2
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Userland/Libraries/LibWeb/Forward.h

+ 1 - 0
Userland/Libraries/LibWeb/Forward.h

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