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

Unified Diff: Source/modules/mediastream/RTCIceCandidate.h

Issue 44983002: Devirtualize several mediastream class destructors (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 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.h
diff --git a/Source/modules/mediastream/RTCIceCandidate.h b/Source/modules/mediastream/RTCIceCandidate.h
index e92ffe3a6ea2725abbf5a8e098bb68c70a68ccea..54ee8763938adb31f6069a260077384327e94759 100644
--- a/Source/modules/mediastream/RTCIceCandidate.h
+++ b/Source/modules/mediastream/RTCIceCandidate.h
@@ -47,7 +47,6 @@ class RTCIceCandidate : public RefCounted<RTCIceCandidate>, public ScriptWrappab
public:
static PassRefPtr<RTCIceCandidate> create(const Dictionary&, ExceptionState&);
static PassRefPtr<RTCIceCandidate> create(WebKit::WebRTCICECandidate);
- virtual ~RTCIceCandidate();
String candidate() const;
String sdpMid() const;
« no previous file with comments | « Source/modules/mediastream/NavigatorUserMediaError.h ('k') | Source/modules/mediastream/RTCIceCandidate.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698