Skip to content

Commit

Permalink
Bug 1755391 - Remove JS Streams implementation of Writable Stream and…
Browse files Browse the repository at this point in the history
… PipeTo r=jandem

Differential Revision: https://phabricator.services.mozilla.com/D139858
  • Loading branch information
mgaudet committed Mar 1, 2022
1 parent f46bdbc commit f83d513
Show file tree
Hide file tree
Showing 27 changed files with 7 additions and 6,199 deletions.
5 changes: 0 additions & 5 deletions js/public/ProtoKey.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,6 @@
&js::ReadableStreamDefaultController::class_)) \
IF_JS_STREAMS(REAL(ReadableByteStreamController, \
&js::ReadableByteStreamController::class_)) \
IF_JS_STREAMS(REAL(WritableStream, &js::WritableStream::class_)) \
IF_JS_STREAMS(REAL(WritableStreamDefaultController, \
&js::WritableStreamDefaultController::class_)) \
IF_JS_STREAMS(REAL(WritableStreamDefaultWriter, \
&js::WritableStreamDefaultWriter::class_)) \
IF_JS_STREAMS( \
REAL(ByteLengthQueuingStrategy, &js::ByteLengthQueuingStrategy::class_)) \
IF_JS_STREAMS(REAL(CountQueuingStrategy, &js::CountQueuingStrategy::class_)) \
Expand Down
52 changes: 0 additions & 52 deletions js/src/builtin/streams/PipeToState-inl.h

This file was deleted.

Loading

0 comments on commit f83d513

Please sign in to comment.