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

Unified Diff: Source/modules/mediastream/RTCDataChannel.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/RTCDataChannel.cpp
diff --git a/Source/modules/mediastream/RTCDataChannel.cpp b/Source/modules/mediastream/RTCDataChannel.cpp
index 7689b71fc0309df396abc2fe4f272c8ec7c12ae3..e6c3402ec16a2e66b8c18dcaacce8eb1540901b6 100644
--- a/Source/modules/mediastream/RTCDataChannel.cpp
+++ b/Source/modules/mediastream/RTCDataChannel.cpp
@@ -77,7 +77,6 @@ RTCDataChannel::RTCDataChannel(ExecutionContext* context, RTCPeerConnection* con
, m_scheduledEventTimer(this, &RTCDataChannel::scheduledEventTimerFired)
, m_connection(connection)
{
- ScriptWrappable::init(this);
m_handler->setClient(this);
}
« no previous file with comments | « Source/modules/mediastream/RTCDTMFToneChangeEvent.cpp ('k') | Source/modules/mediastream/RTCDataChannelEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698