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

Unified Diff: Source/modules/webaudio/MediaStreamAudioSourceNode.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/webaudio/MediaStreamAudioSourceNode.cpp
diff --git a/Source/modules/webaudio/MediaStreamAudioSourceNode.cpp b/Source/modules/webaudio/MediaStreamAudioSourceNode.cpp
index ed2b752081a1953c1586ae4d0fa3c7b6a153fef6..2c3adf679696d30307fb2a49943a50a8ae42b9c1 100644
--- a/Source/modules/webaudio/MediaStreamAudioSourceNode.cpp
+++ b/Source/modules/webaudio/MediaStreamAudioSourceNode.cpp
@@ -47,7 +47,6 @@ MediaStreamAudioSourceNode::MediaStreamAudioSourceNode(AudioContext* context, Me
, m_audioSourceProvider(audioSourceProvider)
, m_sourceNumberOfChannels(0)
{
- ScriptWrappable::init(this);
// Default to stereo. This could change depending on the format of the
// MediaStream's audio track.
addOutput(AudioNodeOutput::create(this, 2));
« no previous file with comments | « Source/modules/webaudio/MediaStreamAudioDestinationNode.cpp ('k') | Source/modules/webaudio/OfflineAudioCompletionEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698