Index: Source/modules/mediastream/RTCIceCandidate.cpp |
diff --git a/Source/modules/mediastream/RTCIceCandidate.cpp b/Source/modules/mediastream/RTCIceCandidate.cpp |
index bb3ed13b746c6c950492009fefc089d8ea432099..b98148618bdc90e0b3ab6df464ee9d86781e95d8 100644 |
--- a/Source/modules/mediastream/RTCIceCandidate.cpp |
+++ b/Source/modules/mediastream/RTCIceCandidate.cpp |
@@ -68,10 +68,6 @@ RTCIceCandidate::RTCIceCandidate(WebKit::WebRTCICECandidate webCandidate) |
ScriptWrappable::init(this); |
} |
-RTCIceCandidate::~RTCIceCandidate() |
-{ |
-} |
- |
String RTCIceCandidate::candidate() const |
{ |
return m_webCandidate.candidate(); |