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

Unified Diff: Source/modules/mediastream/RTCIceCandidate.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/RTCIceCandidate.cpp
diff --git a/Source/modules/mediastream/RTCIceCandidate.cpp b/Source/modules/mediastream/RTCIceCandidate.cpp
index 5e02eeb4edd86107581643b502ffe4a55b5c128e..e8d67e247e12233c372e498e0d65279e54415704 100644
--- a/Source/modules/mediastream/RTCIceCandidate.cpp
+++ b/Source/modules/mediastream/RTCIceCandidate.cpp
@@ -64,7 +64,6 @@ RTCIceCandidate* RTCIceCandidate::create(WebRTCICECandidate webCandidate)
RTCIceCandidate::RTCIceCandidate(WebRTCICECandidate webCandidate)
: m_webCandidate(webCandidate)
{
- ScriptWrappable::init(this);
}
String RTCIceCandidate::candidate() const
« no previous file with comments | « Source/modules/mediastream/RTCDataChannelEvent.cpp ('k') | Source/modules/mediastream/RTCIceCandidateEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698