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

Unified Diff: Source/modules/mediasource/WebKitSourceBuffer.h

Issue 44243003: Devirtualize WebKitSourceBuffer's destructor (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Build fix 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/mediasource/WebKitSourceBuffer.h
diff --git a/Source/modules/mediasource/WebKitSourceBuffer.h b/Source/modules/mediasource/WebKitSourceBuffer.h
index 747419ece8c591b4bdc48638587c0aeb55dbaf98..e002f136b778c38d04d33f05eb343ca84a589b85 100644
--- a/Source/modules/mediasource/WebKitSourceBuffer.h
+++ b/Source/modules/mediasource/WebKitSourceBuffer.h
@@ -47,7 +47,7 @@ class WebKitSourceBuffer : public RefCounted<WebKitSourceBuffer>, public ScriptW
public:
static PassRefPtr<WebKitSourceBuffer> create(PassOwnPtr<SourceBufferPrivate>, PassRefPtr<WebKitMediaSource>);
- virtual ~WebKitSourceBuffer();
+ ~WebKitSourceBuffer();
// WebKitSourceBuffer.idl methods
PassRefPtr<TimeRanges> buffered(ExceptionState&) const;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698