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

Unified Diff: Source/modules/mediastream/MediaStreamTrack.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
Index: Source/modules/mediastream/MediaStreamTrack.cpp
diff --git a/Source/modules/mediastream/MediaStreamTrack.cpp b/Source/modules/mediastream/MediaStreamTrack.cpp
index d12d45b5d23cdcfef64c59dae0c54415fb7de17c..dff6fd007adf1363861c33ac92ce1ec18afa2e1b 100644
--- a/Source/modules/mediastream/MediaStreamTrack.cpp
+++ b/Source/modules/mediastream/MediaStreamTrack.cpp
@@ -53,7 +53,6 @@ MediaStreamTrack::MediaStreamTrack(ExecutionContext* context, MediaStreamCompone
, m_stopped(false)
, m_component(component)
{
- ScriptWrappable::init(this);
m_component->source()->addObserver(this);
}
« no previous file with comments | « Source/modules/mediastream/MediaStreamEvent.cpp ('k') | Source/modules/mediastream/MediaStreamTrackEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698