Index: Source/core/streams/Stream.cpp |
diff --git a/Source/core/streams/Stream.cpp b/Source/core/streams/Stream.cpp |
index efa0d5434b5c18e2576c6d678774692d3b742a75..4f30eb8f7c726310736be342d9f64580243747f1 100644 |
--- a/Source/core/streams/Stream.cpp |
+++ b/Source/core/streams/Stream.cpp |
@@ -42,8 +42,6 @@ Stream::Stream(ExecutionContext* context, const String& mediaType) |
, m_mediaType(mediaType) |
, m_isNeutered(false) |
{ |
- ScriptWrappable::init(this); |
- |
// Create a new internal URL for a stream and register it with the provided |
// media type. |
m_internalURL = BlobURL::createInternalStreamURL(); |