Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1420)

Unified Diff: Source/core/streams/Stream.cpp

Issue 540283003: bindings: Retires ScriptWrappable::init, etc. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed a review comment. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/streams/ReadableStream.cpp ('k') | Source/core/svg/SVGAElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « Source/core/streams/ReadableStream.cpp ('k') | Source/core/svg/SVGAElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698