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

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

Issue 47613002: Use FINAL macro for classes whose virtual destructor was removed (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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
« no previous file with comments | « Source/modules/mediastream/RTCIceCandidate.h ('k') | Source/modules/speech/SpeechSynthesisVoice.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/mediastream/RTCSessionDescription.h
diff --git a/Source/modules/mediastream/RTCSessionDescription.h b/Source/modules/mediastream/RTCSessionDescription.h
index 878c52e48a5f62760ec59d8a36c783fba9182094..447c01b6c4f440b441e1823673c68c4d202d9f29 100644
--- a/Source/modules/mediastream/RTCSessionDescription.h
+++ b/Source/modules/mediastream/RTCSessionDescription.h
@@ -42,7 +42,7 @@ namespace WebCore {
class Dictionary;
class ExceptionState;
-class RTCSessionDescription : public RefCounted<RTCSessionDescription>, public ScriptWrappable {
+class RTCSessionDescription FINAL : public RefCounted<RTCSessionDescription>, public ScriptWrappable {
public:
static PassRefPtr<RTCSessionDescription> create(const Dictionary&, ExceptionState&);
static PassRefPtr<RTCSessionDescription> create(WebKit::WebRTCSessionDescription);
« no previous file with comments | « Source/modules/mediastream/RTCIceCandidate.h ('k') | Source/modules/speech/SpeechSynthesisVoice.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698