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

Unified Diff: Source/modules/mediastream/NavigatorUserMediaError.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/NavigatorUserMediaError.h
diff --git a/Source/modules/mediastream/NavigatorUserMediaError.h b/Source/modules/mediastream/NavigatorUserMediaError.h
index afb17d1d485aa9535422c3f241bbadadccfe5af5..5e16e29b93002962020ddcc5f2a9c9ace8269bff 100644
--- a/Source/modules/mediastream/NavigatorUserMediaError.h
+++ b/Source/modules/mediastream/NavigatorUserMediaError.h
@@ -44,8 +44,6 @@ public:
return adoptRef(new NavigatorUserMediaError(name, message, constraintName));
}
- virtual ~NavigatorUserMediaError() { }
-
String name() const;
const String& message() const { return m_message; }
const String& constraintName() const { return m_constraintName; }
« no previous file with comments | « Source/modules/mediastream/MediaStreamTrackSourcesRequest.h ('k') | Source/modules/mediastream/RTCIceCandidate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698