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

Unified Diff: Source/modules/mediastream/RTCSessionDescription.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/RTCSessionDescription.h
diff --git a/Source/modules/mediastream/RTCSessionDescription.h b/Source/modules/mediastream/RTCSessionDescription.h
index e0ad0117e4f4535b33381c844d8e5e8b684c02a7..878c52e48a5f62760ec59d8a36c783fba9182094 100644
--- a/Source/modules/mediastream/RTCSessionDescription.h
+++ b/Source/modules/mediastream/RTCSessionDescription.h
@@ -46,7 +46,6 @@ class RTCSessionDescription : public RefCounted<RTCSessionDescription>, public S
public:
static PassRefPtr<RTCSessionDescription> create(const Dictionary&, ExceptionState&);
static PassRefPtr<RTCSessionDescription> create(WebKit::WebRTCSessionDescription);
- virtual ~RTCSessionDescription();
String type();
void setType(const String&, ExceptionState&);
« no previous file with comments | « Source/modules/mediastream/RTCIceCandidate.cpp ('k') | Source/modules/mediastream/RTCSessionDescription.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698