| 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
|
|
|