Index: Source/core/streams/ReadableStream.cpp |
diff --git a/Source/core/streams/ReadableStream.cpp b/Source/core/streams/ReadableStream.cpp |
index d87c5624f9357b1eb3f6c91ded0220ba2efce902..a6e1f10fa9767eb2a3ad00b9ebe22a74e8a4bc63 100644 |
--- a/Source/core/streams/ReadableStream.cpp |
+++ b/Source/core/streams/ReadableStream.cpp |
@@ -26,7 +26,6 @@ ReadableStream::ReadableStream(ExecutionContext* executionContext, UnderlyingSou |
, m_wait(new WaitPromise(executionContext, this, WaitPromise::Ready)) |
, m_closed(new ClosedPromise(executionContext, this, ClosedPromise::Closed)) |
{ |
- ScriptWrappable::init(this); |
} |
ReadableStream::~ReadableStream() |