Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / streams / Stream.cpp
index efa0d54..4f30eb8 100644 (file)
@@ -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();